Shades of Conifer #BBDD5E
Tints of Conifer #BBDD5E
RGB
CMYK
RGB Variations
Color information
#BBDD5E (or 0xBBDD5E) is known color: Conifer. HEX triplet: BB, DD and 5E. RGB value is (187,221,94). Sum of RGB (Red+Green+Blue) = 187+221+94=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD5E is #4422A1. Grayscale: #C4C4C4. Windows color (decimal): -4465314 or 6217147. OLE color: 6217147.
HSL color Cylindrical-coordinate representation of color #BBDD5E: hue angle of 76.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBDD5E is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
RGB | 187 | 221 | 94 | - |
CMYK | 0.15 | 0 | 0.57 | 0.13 |
HSL | 76.06º | 0.65% | 0.62% | - |
HSV(B) | 76.06º | 0.57% | 0.87% | - |
XYZ | 48.37 | 63.09 | 20.22 | - |
YUV | 196.36 | 70.24 | 121.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 221 | 94 | 0.15 | 0 | 0.57 | 0.13 | 76.06 | 0.65 | 0.62 |
Hex | BB | DD | 5E | F | 0 | 39 | D | 4C | 41 | 3E |
Octal | 273 | 335 | 136 | 17 | 0 | 71 | 15 | 114 | 101 | 76 |
Binary | 10111011 | 11011101 | 1011110 | 1111 | 0 | 111001 | 1101 | 1001100 | 1000001 | 111110 |
Color Harmonies of #BBDD5E
Complementary color
Monochromatic Colors of #BBDD5E
Black with #BBDD5E
Text Example
Text Example
White with #BBDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD5E; }
p { color: rgb(187,221,94); }
H1.HeaderClassName
{
color: #BBDD5E;
}
.AnyTagClassName
{
color: #BBDD5E;
}
</style>
background-color css
<style>
a { background-color: #BBDD5E; }
a { background-color: rgb(187,221,94); }
div.DivClassName
{
background-color: #BBDD5E;
}
.BgClassName
{
background-color: #BBDD5E;
}
</style>
border-color css
<style>
span { border-color: #BBDD5E; }
span { border-color: rgb(187,221,94); }
td.TdClassName
{
border-color: #BBDD5E;
}
.TagClassName
{
border-color: #BBDD5E;
}
</style>