Shades of Conifer #BBE764
Tints of Conifer #BBE764
RGB
CMYK
RGB Variations
Color information
#BBE764 (or 0xBBE764) is known color: Conifer. HEX triplet: BB, E7 and 64. RGB value is (187,231,100). Sum of RGB (Red+Green+Blue) = 187+231+100=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE764 is #44189B. Grayscale: #CBCBCB. Windows color (decimal): -4462748 or 6612923. OLE color: 6612923.
HSL color Cylindrical-coordinate representation of color #BBE764: hue angle of 80.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBE764 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 100 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.09 |
| HSL | 80.15º | 0.73% | 0.65% | - |
| HSV(B) | 80.15º | 0.57% | 0.91% | - |
| XYZ | 51.37 | 68.64 | 22.6 | - |
| YUV | 202.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 100 | 0.19 | 0 | 0.57 | 0.09 | 80.15 | 0.73 | 0.65 |
| Hex | BB | E7 | 64 | 13 | 0 | 39 | 9 | 50 | 49 | 41 |
| Octal | 273 | 347 | 144 | 23 | 0 | 71 | 11 | 120 | 111 | 101 |
| Binary | 10111011 | 11100111 | 1100100 | 10011 | 0 | 111001 | 1001 | 1010000 | 1001001 | 1000001 |
Color Harmonies of #BBE764
Complementary color
Monochromatic Colors of #BBE764
Black with #BBE764
Text Example
Text Example
White with #BBE764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE764; }
p { color: rgb(187,231,100); }
H1.HeaderClassName
{
color: #BBE764;
}
.AnyTagClassName
{
color: #BBE764;
}
</style>
background-color css
<style>
a { background-color: #BBE764; }
a { background-color: rgb(187,231,100); }
div.DivClassName
{
background-color: #BBE764;
}
.BgClassName
{
background-color: #BBE764;
}
</style>
border-color css
<style>
span { border-color: #BBE764; }
span { border-color: rgb(187,231,100); }
td.TdClassName
{
border-color: #BBE764;
}
.TagClassName
{
border-color: #BBE764;
}
</style>