COLOR #B2CF2D

HEX: #B2CF2D
RGB: (178,207,45)

Color info

#B2CF2D contains mainly red and green colors. Web safe color of #B2CF2D is #99CC33 (or #9C3).

RGB color model

#B2CF2D color RGB value is (178,207,45).

  • red value is 178;
  • green value is 207;
  • blue value is 45.
RGB:
(178,207,45)
(70%,81%,18%)

RGB channels and saturation

R 178 of 255 = 70%
G 207 of 255 = 81%
B 45 of 255 = 18%

178
207
45

R + G + B ~ 56%. #B2CF2D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 207 + 45 = 430 (100%)
R 178 of 430 ~ 41.4%
G 207 of 430 ~ 48.14%
B 45 of 430 ~ 10.47%

%41.4
%48.14
%10.47

CMYK color model

#B2CF2D color CMYK value is (14,0,78,19).

  • cyan value is 14.01%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 18.82%
CMYK:
(14,0,78,19)
C14M0Y78K19 
(14%,0%,78%,19%)
(0.14/0.00/0.78/0.19)	

CMYK percentages

%14.01
%0
%78.26
%18.82

Codes

Color #B2CF2D in popluar color models

B2CF2D
RGB17820745
HSL71°64.29%49.41%
HSB/HSV71°78.26%81.18%
CMYK14.01%0.00%78.26%
18.82%

Color #B2CF2D in popluar number systems.

HEXB2CF2D
Decimal17820745
Binary1011001011001111101101
Octal26231755

Shades and tints

Shades of #B2CF2D

#B2CF2D
(178,207,45)
#A2BD29
(162,189,41)
#92AB25
(146,171,37)
#829921
(130,153,33)
#72871D
(114,135,29)
#627519
(98,117,25)
#526315
(82,99,21)
#425111
(66,81,17)
#323F0D
(50,63,13)
#222D09
(34,45,9)
#121B05
(18,27,5)
#000000
(0,0,0)

Tints of #B2CF2D

#B2CF2D
(178,207,45)
#B9D340
(185,211,64)
#C0D753
(192,215,83)
#C7DB66
(199,219,102)
#CEDF79
(206,223,121)
#D5E38C
(213,227,140)
#DCE79F
(220,231,159)
#E3EBB2
(227,235,178)
#EAEFC5
(234,239,197)
#F1F3D8
(241,243,216)
#F8F7EB
(248,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2CF2D color. Also use rgb(178,207,45) instead hex code.

Text Font Color

.myTextColor { color: #B2CF2D; }

<p style="color:#B2CF2D">This sample text font color is #B2CF2D.</p>

This text font color is #B2CF2D.


Background Color

.myBgColor { background-color: #B2CF2D; }

<div style="background-color:#B2CF2D">Inner text</div>

This div background color is #B2CF2D.


Border color

.myBorderColor { border: 1px solid #B2CF2D; }

<div style="border:3px solid #B2CF2D">Div</div>

This div border color is #B2CF2D.


Opacity

.myOpacity80 { color: #B2CF2D; opacity: 0.8; }

<p style="color:#B2CF2D;opacity:0.8;">80%</p>

Text with #B2CF2D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B2CF2D;}

<p style="text-shadow: 3px 3px 1px #B2CF2D">Text here.</p>

This text has shadow with #B2CF2D color.

.textShadow {text-shadow: 3px 3px 1px #B2CF2D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2CF2D, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2CF2D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2CF2D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2CF2D, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2CF2D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B2CF2D;
  -webkit-box-shadow:	1px 1px 3px 2px #B2CF2D;
  box-shadow:		1px 1px 3px 2px #B2CF2D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2CF2D;
-webkit-box-shadow: 1px 1px 3px 2px #B2CF2D;
box-shadow:1px 1px 3px 2px #B2CF2D;">
Div content here</div>
This div box has shadow with color #B2CF2D.

Preview

Color preview on black background

This text has color #B2CF2D on black background.


Color preview on white background

This text has color #B2CF2D on white background.



Black color preview on #B2CF2D background

This text has black color on #B2CF2D background.


White color preview on #B2CF2D background

This text has white color on #B2CF2D background.