Shades of Conifer #BBEC64
Tints of Conifer #BBEC64
RGB
CMYK
RGB Variations
Color information
#BBEC64 (or 0xBBEC64) is known color: Conifer. HEX triplet: BB, EC and 64. RGB value is (187,236,100). Sum of RGB (Red+Green+Blue) = 187+236+100=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC64 is #44139B. Grayscale: #CECECE. Windows color (decimal): -4461468 or 6614203. OLE color: 6614203.
HSL color Cylindrical-coordinate representation of color #BBEC64: hue angle of 81.62º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBEC64 is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 100 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.07 |
| HSL | 81.62º | 0.78% | 0.66% | - |
| HSV(B) | 81.62º | 0.58% | 0.93% | - |
| XYZ | 52.79 | 71.48 | 23.07 | - |
| YUV | 205.85 | 68.27 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 100 | 0.21 | 0 | 0.58 | 0.07 | 81.62 | 0.78 | 0.66 |
| Hex | BB | EC | 64 | 15 | 0 | 3A | 7 | 52 | 4E | 42 |
| Octal | 273 | 354 | 144 | 25 | 0 | 72 | 7 | 122 | 116 | 102 |
| Binary | 10111011 | 11101100 | 1100100 | 10101 | 0 | 111010 | 111 | 1010010 | 1001110 | 1000010 |
Color Harmonies of #BBEC64
Complementary color
Monochromatic Colors of #BBEC64
Black with #BBEC64
Text Example
Text Example
White with #BBEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC64; }
p { color: rgb(187,236,100); }
H1.HeaderClassName
{
color: #BBEC64;
}
.AnyTagClassName
{
color: #BBEC64;
}
</style>
background-color css
<style>
a { background-color: #BBEC64; }
a { background-color: rgb(187,236,100); }
div.DivClassName
{
background-color: #BBEC64;
}
.BgClassName
{
background-color: #BBEC64;
}
</style>
border-color css
<style>
span { border-color: #BBEC64; }
span { border-color: rgb(187,236,100); }
td.TdClassName
{
border-color: #BBEC64;
}
.TagClassName
{
border-color: #BBEC64;
}
</style>