Shades of Conifer #BBE564
Tints of Conifer #BBE564
RGB
CMYK
RGB Variations
Color information
#BBE564 (or 0xBBE564) is known color: Conifer. HEX triplet: BB, E5 and 64. RGB value is (187,229,100). Sum of RGB (Red+Green+Blue) = 187+229+100=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 100 (39.45% from 255 or 19.38% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE564 is #441A9B. Grayscale: #CACACA. Windows color (decimal): -4463260 or 6612411. OLE color: 6612411.
HSL color Cylindrical-coordinate representation of color #BBE564: hue angle of 79.53º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBE564 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 100 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.10 |
| HSL | 79.53º | 0.71% | 0.65% | - |
| HSV(B) | 79.53º | 0.56% | 0.9% | - |
| XYZ | 50.81 | 67.52 | 22.41 | - |
| YUV | 201.74 | 70.59 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 100 | 0.18 | 0 | 0.56 | 0.10 | 79.53 | 0.71 | 0.65 |
| Hex | BB | E5 | 64 | 12 | 0 | 38 | A | 50 | 47 | 41 |
| Octal | 273 | 345 | 144 | 22 | 0 | 70 | 12 | 120 | 107 | 101 |
| Binary | 10111011 | 11100101 | 1100100 | 10010 | 0 | 111000 | 1010 | 1010000 | 1000111 | 1000001 |
Color Harmonies of #BBE564
Complementary color
Monochromatic Colors of #BBE564
Black with #BBE564
Text Example
Text Example
White with #BBE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE564; }
p { color: rgb(187,229,100); }
H1.HeaderClassName
{
color: #BBE564;
}
.AnyTagClassName
{
color: #BBE564;
}
</style>
background-color css
<style>
a { background-color: #BBE564; }
a { background-color: rgb(187,229,100); }
div.DivClassName
{
background-color: #BBE564;
}
.BgClassName
{
background-color: #BBE564;
}
</style>
border-color css
<style>
span { border-color: #BBE564; }
span { border-color: rgb(187,229,100); }
td.TdClassName
{
border-color: #BBE564;
}
.TagClassName
{
border-color: #BBE564;
}
</style>