Shades of Conifer #BBE95C
Tints of Conifer #BBE95C
RGB
CMYK
RGB Variations
Color information
#BBE95C (or 0xBBE95C) is known color: Conifer. HEX triplet: BB, E9 and 5C. RGB value is (187,233,92). Sum of RGB (Red+Green+Blue) = 187+233+92=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE95C is #4416A3. Grayscale: #CBCBCB. Windows color (decimal): -4462244 or 6089147. OLE color: 6089147.
HSL color Cylindrical-coordinate representation of color #BBE95C: hue angle of 79.57º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBE95C is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 92 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.09 |
| HSL | 79.57º | 0.76% | 0.64% | - |
| HSV(B) | 79.57º | 0.61% | 0.91% | - |
| XYZ | 51.56 | 69.62 | 20.84 | - |
| YUV | 203.17 | 65.26 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 92 | 0.20 | 0 | 0.61 | 0.09 | 79.57 | 0.76 | 0.64 |
| Hex | BB | E9 | 5C | 14 | 0 | 3D | 9 | 50 | 4C | 40 |
| Octal | 273 | 351 | 134 | 24 | 0 | 75 | 11 | 120 | 114 | 100 |
| Binary | 10111011 | 11101001 | 1011100 | 10100 | 0 | 111101 | 1001 | 1010000 | 1001100 | 1000000 |
Color Harmonies of #BBE95C
Complementary color
Monochromatic Colors of #BBE95C
Black with #BBE95C
Text Example
Text Example
White with #BBE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE95C; }
p { color: rgb(187,233,92); }
H1.HeaderClassName
{
color: #BBE95C;
}
.AnyTagClassName
{
color: #BBE95C;
}
</style>
background-color css
<style>
a { background-color: #BBE95C; }
a { background-color: rgb(187,233,92); }
div.DivClassName
{
background-color: #BBE95C;
}
.BgClassName
{
background-color: #BBE95C;
}
</style>
border-color css
<style>
span { border-color: #BBE95C; }
span { border-color: rgb(187,233,92); }
td.TdClassName
{
border-color: #BBE95C;
}
.TagClassName
{
border-color: #BBE95C;
}
</style>