Shades of Conifer #BBEC5C
Tints of Conifer #BBEC5C
RGB
CMYK
RGB Variations
Color information
#BBEC5C (or 0xBBEC5C) is known color: Conifer. HEX triplet: BB, EC and 5C. RGB value is (187,236,92). Sum of RGB (Red+Green+Blue) = 187+236+92=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC5C is #4413A3. Grayscale: #CDCDCD. Windows color (decimal): -4461476 or 6089915. OLE color: 6089915.
HSL color Cylindrical-coordinate representation of color #BBEC5C: hue angle of 80.42º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBEC5C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 92 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.07 |
| HSL | 80.42º | 0.79% | 0.64% | - |
| HSV(B) | 80.42º | 0.61% | 0.93% | - |
| XYZ | 52.42 | 71.33 | 21.13 | - |
| YUV | 204.93 | 64.27 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 92 | 0.21 | 0 | 0.61 | 0.07 | 80.42 | 0.79 | 0.64 |
| Hex | BB | EC | 5C | 15 | 0 | 3D | 7 | 50 | 4F | 40 |
| Octal | 273 | 354 | 134 | 25 | 0 | 75 | 7 | 120 | 117 | 100 |
| Binary | 10111011 | 11101100 | 1011100 | 10101 | 0 | 111101 | 111 | 1010000 | 1001111 | 1000000 |
Color Harmonies of #BBEC5C
Complementary color
Monochromatic Colors of #BBEC5C
Black with #BBEC5C
Text Example
Text Example
White with #BBEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC5C; }
p { color: rgb(187,236,92); }
H1.HeaderClassName
{
color: #BBEC5C;
}
.AnyTagClassName
{
color: #BBEC5C;
}
</style>
background-color css
<style>
a { background-color: #BBEC5C; }
a { background-color: rgb(187,236,92); }
div.DivClassName
{
background-color: #BBEC5C;
}
.BgClassName
{
background-color: #BBEC5C;
}
</style>
border-color css
<style>
span { border-color: #BBEC5C; }
span { border-color: rgb(187,236,92); }
td.TdClassName
{
border-color: #BBEC5C;
}
.TagClassName
{
border-color: #BBEC5C;
}
</style>