COLOR #BBD578

HEX: #BBD578
RGB: (187,213,120)

Color info

#BBD578 contains mainly red and green colors. Web safe color of #BBD578 is #CCCC66 (or #CC6).

RGB color model

#BBD578 color RGB value is (187,213,120).

  • red value is 187;
  • green value is 213;
  • blue value is 120.
RGB:
(187,213,120)
(73%,84%,47%)

RGB channels and saturation

R 187 of 255 = 73%
G 213 of 255 = 84%
B 120 of 255 = 47%

187
213
120

R + G + B ~ 68%. #BBD578 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 213 + 120 = 520 (100%)
R 187 of 520 ~ 35.96%
G 213 of 520 ~ 40.96%
B 120 of 520 ~ 23.08%

%35.96
%40.96
%23.08

CMYK color model

#BBD578 color CMYK value is (12,0,44,16).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 43.66%
  • key color value is 16.47%
CMYK:
(12,0,44,16)
C12M0Y44K16 
(12%,0%,44%,16%)
(0.12/0.00/0.44/0.16)	

CMYK percentages

%12.21
%0
%43.66
%16.47

Codes

Color #BBD578 in popluar color models

BBD578
RGB187213120
HSL77°52.54%65.29%
HSB/HSV77°43.66%83.53%
CMYK12.21%0.00%43.66%
16.47%

Color #BBD578 in popluar number systems.

HEXBBD578
Decimal187213120
Binary10111011110101011111000
Octal273325170

Shades and tints

Shades of #BBD578

#BBD578
(187,213,120)
#AAC26E
(170,194,110)
#99AF64
(153,175,100)
#889C5A
(136,156,90)
#778950
(119,137,80)
#667646
(102,118,70)
#55633C
(85,99,60)
#445032
(68,80,50)
#333D28
(51,61,40)
#222A1E
(34,42,30)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #BBD578

#BBD578
(187,213,120)
#C1D884
(193,216,132)
#C7DB90
(199,219,144)
#CDDE9C
(205,222,156)
#D3E1A8
(211,225,168)
#D9E4B4
(217,228,180)
#DFE7C0
(223,231,192)
#E5EACC
(229,234,204)
#EBEDD8
(235,237,216)
#F1F0E4
(241,240,228)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD578 color. Also use rgb(187,213,120) instead hex code.

Text Font Color

.myTextColor { color: #BBD578; }

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

This text font color is #BBD578.


Background Color

.myBgColor { background-color: #BBD578; }

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

This div background color is #BBD578.


Border color

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

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

This div border color is #BBD578.


Opacity

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

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

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

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

This text has shadow with #BBD578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBD578 on black background.


Color preview on white background

This text has color #BBD578 on white background.



Black color preview on #BBD578 background

This text has black color on #BBD578 background.


White color preview on #BBD578 background

This text has white color on #BBD578 background.