Shades of Conifer #BBE955
Tints of Conifer #BBE955
RGB
CMYK
RGB Variations
Color information
#BBE955 (or 0xBBE955) is known color: Conifer. HEX triplet: BB, E9 and 55. RGB value is (187,233,85). Sum of RGB (Red+Green+Blue) = 187+233+85=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE955 is #4416AA. Grayscale: #CACACA. Windows color (decimal): -4462251 or 5630395. OLE color: 5630395.
HSL color Cylindrical-coordinate representation of color #BBE955: hue angle of 78.65º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBE955 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 85 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.09 |
| HSL | 78.65º | 0.77% | 0.62% | - |
| HSV(B) | 78.65º | 0.64% | 0.91% | - |
| XYZ | 51.27 | 69.5 | 19.31 | - |
| YUV | 202.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 85 | 0.20 | 0 | 0.64 | 0.09 | 78.65 | 0.77 | 0.62 |
| Hex | BB | E9 | 55 | 14 | 0 | 40 | 9 | 4F | 4D | 3E |
| Octal | 273 | 351 | 125 | 24 | 0 | 100 | 11 | 117 | 115 | 76 |
| Binary | 10111011 | 11101001 | 1010101 | 10100 | 0 | 1000000 | 1001 | 1001111 | 1001101 | 111110 |
Color Harmonies of #BBE955
Complementary color
Monochromatic Colors of #BBE955
Black with #BBE955
Text Example
Text Example
White with #BBE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE955; }
p { color: rgb(187,233,85); }
H1.HeaderClassName
{
color: #BBE955;
}
.AnyTagClassName
{
color: #BBE955;
}
</style>
background-color css
<style>
a { background-color: #BBE955; }
a { background-color: rgb(187,233,85); }
div.DivClassName
{
background-color: #BBE955;
}
.BgClassName
{
background-color: #BBE955;
}
</style>
border-color css
<style>
span { border-color: #BBE955; }
span { border-color: rgb(187,233,85); }
td.TdClassName
{
border-color: #BBE955;
}
.TagClassName
{
border-color: #BBE955;
}
</style>