Shades of Conifer #BBD85C
Tints of Conifer #BBD85C
RGB
CMYK
RGB Variations
Color information
#BBD85C (or 0xBBD85C) is known color: Conifer. HEX triplet: BB, D8 and 5C. RGB value is (187,216,92). Sum of RGB (Red+Green+Blue) = 187+216+92=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD85C is #4427A3. Grayscale: #C1C1C1. Windows color (decimal): -4466596 or 6084795. OLE color: 6084795.
HSL color Cylindrical-coordinate representation of color #BBD85C: hue angle of 74.03º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBD85C is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 92 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.15 |
| HSL | 74.03º | 0.61% | 0.6% | - |
| HSV(B) | 74.03º | 0.57% | 0.85% | - |
| XYZ | 46.98 | 60.45 | 19.32 | - |
| YUV | 193.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 92 | 0.13 | 0 | 0.57 | 0.15 | 74.03 | 0.61 | 0.6 |
| Hex | BB | D8 | 5C | D | 0 | 39 | F | 4A | 3D | 3C |
| Octal | 273 | 330 | 134 | 15 | 0 | 71 | 17 | 112 | 75 | 74 |
| Binary | 10111011 | 11011000 | 1011100 | 1101 | 0 | 111001 | 1111 | 1001010 | 111101 | 111100 |
Color Harmonies of #BBD85C
Complementary color
Monochromatic Colors of #BBD85C
Black with #BBD85C
Text Example
Text Example
White with #BBD85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD85C; }
p { color: rgb(187,216,92); }
H1.HeaderClassName
{
color: #BBD85C;
}
.AnyTagClassName
{
color: #BBD85C;
}
</style>
background-color css
<style>
a { background-color: #BBD85C; }
a { background-color: rgb(187,216,92); }
div.DivClassName
{
background-color: #BBD85C;
}
.BgClassName
{
background-color: #BBD85C;
}
</style>
border-color css
<style>
span { border-color: #BBD85C; }
span { border-color: rgb(187,216,92); }
td.TdClassName
{
border-color: #BBD85C;
}
.TagClassName
{
border-color: #BBD85C;
}
</style>