COLOR #B7CD34

HEX: #B7CD34
RGB: (183,205,52)

Color info

#B7CD34 contains mainly red and green colors. Web safe color of #B7CD34 is #CCCC33 (or #CC3).

RGB color model

#B7CD34 color RGB value is (183,205,52).

  • red value is 183;
  • green value is 205;
  • blue value is 52.
RGB:
(183,205,52)
(72%,80%,20%)

RGB channels and saturation

R 183 of 255 = 72%
G 205 of 255 = 80%
B 52 of 255 = 20%

183
205
52

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

Portions of RGB colors in percentages

R + G + B =
183 + 205 + 52 = 440 (100%)
R 183 of 440 ~ 41.59%
G 205 of 440 ~ 46.59%
B 52 of 440 ~ 11.82%

%41.59
%46.59
%11.82

CMYK color model

#B7CD34 color CMYK value is (11,0,75,20).

  • cyan value is 10.73%
  • magenta value is 0.00%
  • yellow value is 74.63%
  • key color value is 19.61%
CMYK:
(11,0,75,20)
C11M0Y75K20 
(11%,0%,75%,20%)
(0.11/0.00/0.75/0.20)	

CMYK percentages

%10.73
%0
%74.63
%19.61

Codes

Color #B7CD34 in popluar color models

B7CD34
RGB18320552
HSL69°60.47%50.39%
HSB/HSV69°74.63%80.39%
CMYK10.73%0.00%74.63%
19.61%

Color #B7CD34 in popluar number systems.

HEXB7CD34
Decimal18320552
Binary1011011111001101110100
Octal26731564

Shades and tints

Shades of #B7CD34

#B7CD34
(183,205,52)
#A7BB30
(167,187,48)
#97A92C
(151,169,44)
#879728
(135,151,40)
#778524
(119,133,36)
#677320
(103,115,32)
#57611C
(87,97,28)
#474F18
(71,79,24)
#373D14
(55,61,20)
#272B10
(39,43,16)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #B7CD34

#B7CD34
(183,205,52)
#BDD146
(189,209,70)
#C3D558
(195,213,88)
#C9D96A
(201,217,106)
#CFDD7C
(207,221,124)
#D5E18E
(213,225,142)
#DBE5A0
(219,229,160)
#E1E9B2
(225,233,178)
#E7EDC4
(231,237,196)
#EDF1D6
(237,241,214)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CD34 color. Also use rgb(183,205,52) instead hex code.

Text Font Color

.myTextColor { color: #B7CD34; }

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

This text font color is #B7CD34.


Background Color

.myBgColor { background-color: #B7CD34; }

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

This div background color is #B7CD34.


Border color

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

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

This div border color is #B7CD34.


Opacity

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

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

Text with #B7CD34 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 #B7CD34;}

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

This text has shadow with #B7CD34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7CD34 on black background.


Color preview on white background

This text has color #B7CD34 on white background.



Black color preview on #B7CD34 background

This text has black color on #B7CD34 background.


White color preview on #B7CD34 background

This text has white color on #B7CD34 background.