Shades of Conifer #BBEC5B
Tints of Conifer #BBEC5B
RGB
CMYK
RGB Variations
Color information
#BBEC5B (or 0xBBEC5B) is known color: Conifer. HEX triplet: BB, EC and 5B. RGB value is (187,236,91). Sum of RGB (Red+Green+Blue) = 187+236+91=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 91 (35.94% from 255 or 17.70% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC5B is #4413A4. Grayscale: #CDCDCD. Windows color (decimal): -4461477 or 6024379. OLE color: 6024379.
HSL color Cylindrical-coordinate representation of color #BBEC5B: hue angle of 80.28º 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 #BBEC5B is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 91 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.07 |
| HSL | 80.28º | 0.79% | 0.64% | - |
| HSV(B) | 80.28º | 0.61% | 0.93% | - |
| XYZ | 52.38 | 71.31 | 20.9 | - |
| YUV | 204.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 91 | 0.21 | 0 | 0.61 | 0.07 | 80.28 | 0.79 | 0.64 |
| Hex | BB | EC | 5B | 15 | 0 | 3D | 7 | 50 | 4F | 40 |
| Octal | 273 | 354 | 133 | 25 | 0 | 75 | 7 | 120 | 117 | 100 |
| Binary | 10111011 | 11101100 | 1011011 | 10101 | 0 | 111101 | 111 | 1010000 | 1001111 | 1000000 |
Color Harmonies of #BBEC5B
Complementary color
Monochromatic Colors of #BBEC5B
Black with #BBEC5B
Text Example
Text Example
White with #BBEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC5B; }
p { color: rgb(187,236,91); }
H1.HeaderClassName
{
color: #BBEC5B;
}
.AnyTagClassName
{
color: #BBEC5B;
}
</style>
background-color css
<style>
a { background-color: #BBEC5B; }
a { background-color: rgb(187,236,91); }
div.DivClassName
{
background-color: #BBEC5B;
}
.BgClassName
{
background-color: #BBEC5B;
}
</style>
border-color css
<style>
span { border-color: #BBEC5B; }
span { border-color: rgb(187,236,91); }
td.TdClassName
{
border-color: #BBEC5B;
}
.TagClassName
{
border-color: #BBEC5B;
}
</style>