Shades of Conifer #BBEC4C
Tints of Conifer #BBEC4C
RGB
CMYK
RGB Variations
Color information
#BBEC4C (or 0xBBEC4C) is known color: Conifer. HEX triplet: BB, EC and 4C. RGB value is (187,236,76). Sum of RGB (Red+Green+Blue) = 187+236+76=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBEC4C is #4413B3. Grayscale: #CBCBCB. Windows color (decimal): -4461492 or 5041339. OLE color: 5041339.
HSL color Cylindrical-coordinate representation of color #BBEC4C: hue angle of 78.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBEC4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.07 |
| HSL | 78.38º | 0.81% | 0.61% | - |
| HSV(B) | 78.38º | 0.68% | 0.93% | - |
| XYZ | 51.79 | 71.08 | 17.83 | - |
| YUV | 203.11 | 56.27 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 76 | 0.21 | 0 | 0.68 | 0.07 | 78.38 | 0.81 | 0.61 |
| Hex | BB | EC | 4C | 15 | 0 | 44 | 7 | 4E | 51 | 3D |
| Octal | 273 | 354 | 114 | 25 | 0 | 104 | 7 | 116 | 121 | 75 |
| Binary | 10111011 | 11101100 | 1001100 | 10101 | 0 | 1000100 | 111 | 1001110 | 1010001 | 111101 |
Color Harmonies of #BBEC4C
Complementary color
Monochromatic Colors of #BBEC4C
Black with #BBEC4C
Text Example
Text Example
White with #BBEC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC4C; }
p { color: rgb(187,236,76); }
H1.HeaderClassName
{
color: #BBEC4C;
}
.AnyTagClassName
{
color: #BBEC4C;
}
</style>
background-color css
<style>
a { background-color: #BBEC4C; }
a { background-color: rgb(187,236,76); }
div.DivClassName
{
background-color: #BBEC4C;
}
.BgClassName
{
background-color: #BBEC4C;
}
</style>
border-color css
<style>
span { border-color: #BBEC4C; }
span { border-color: rgb(187,236,76); }
td.TdClassName
{
border-color: #BBEC4C;
}
.TagClassName
{
border-color: #BBEC4C;
}
</style>