Shades of Conifer #BBDC4E
Tints of Conifer #BBDC4E
RGB
CMYK
RGB Variations
Color information
#BBDC4E (or 0xBBDC4E) is known color: Conifer. HEX triplet: BB, DC and 4E. RGB value is (187,220,78). Sum of RGB (Red+Green+Blue) = 187+220+78=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC4E is #4423B1. Grayscale: #C2C2C2. Windows color (decimal): -4465586 or 5168315. OLE color: 5168315.
HSL color Cylindrical-coordinate representation of color #BBDC4E: hue angle of 73.94º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBDC4E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 78 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.14 |
| HSL | 73.94º | 0.67% | 0.58% | - |
| HSV(B) | 73.94º | 0.65% | 0.86% | - |
| XYZ | 47.46 | 62.3 | 16.73 | - |
| YUV | 193.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 78 | 0.15 | 0 | 0.65 | 0.14 | 73.94 | 0.67 | 0.58 |
| Hex | BB | DC | 4E | F | 0 | 41 | E | 4A | 43 | 3A |
| Octal | 273 | 334 | 116 | 17 | 0 | 101 | 16 | 112 | 103 | 72 |
| Binary | 10111011 | 11011100 | 1001110 | 1111 | 0 | 1000001 | 1110 | 1001010 | 1000011 | 111010 |
Color Harmonies of #BBDC4E
Complementary color
Monochromatic Colors of #BBDC4E
Black with #BBDC4E
Text Example
Text Example
White with #BBDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC4E; }
p { color: rgb(187,220,78); }
H1.HeaderClassName
{
color: #BBDC4E;
}
.AnyTagClassName
{
color: #BBDC4E;
}
</style>
background-color css
<style>
a { background-color: #BBDC4E; }
a { background-color: rgb(187,220,78); }
div.DivClassName
{
background-color: #BBDC4E;
}
.BgClassName
{
background-color: #BBDC4E;
}
</style>
border-color css
<style>
span { border-color: #BBDC4E; }
span { border-color: rgb(187,220,78); }
td.TdClassName
{
border-color: #BBDC4E;
}
.TagClassName
{
border-color: #BBDC4E;
}
</style>