Shades of Conifer #BBEC52
Tints of Conifer #BBEC52
RGB
CMYK
RGB Variations
Color information
#BBEC52 (or 0xBBEC52) is known color: Conifer. HEX triplet: BB, EC and 52. RGB value is (187,236,82). Sum of RGB (Red+Green+Blue) = 187+236+82=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #BBEC52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEC52 is #4413AD. Grayscale: #CCCCCC. Windows color (decimal): -4461486 or 5434555. OLE color: 5434555.
HSL color Cylindrical-coordinate representation of color #BBEC52: hue angle of 79.09º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBEC52 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 82 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.07 |
| HSL | 79.09º | 0.8% | 0.62% | - |
| HSV(B) | 79.09º | 0.65% | 0.93% | - |
| XYZ | 52.01 | 71.16 | 18.98 | - |
| YUV | 203.79 | 59.27 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 82 | 0.21 | 0 | 0.65 | 0.07 | 79.09 | 0.8 | 0.62 |
| Hex | BB | EC | 52 | 15 | 0 | 41 | 7 | 4F | 50 | 3E |
| Octal | 273 | 354 | 122 | 25 | 0 | 101 | 7 | 117 | 120 | 76 |
| Binary | 10111011 | 11101100 | 1010010 | 10101 | 0 | 1000001 | 111 | 1001111 | 1010000 | 111110 |
Color Harmonies of #BBEC52
Complementary color
Monochromatic Colors of #BBEC52
Black with #BBEC52
Text Example
Text Example
White with #BBEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEC52; }
p { color: rgb(187,236,82); }
H1.HeaderClassName
{
color: #BBEC52;
}
.AnyTagClassName
{
color: #BBEC52;
}
</style>
background-color css
<style>
a { background-color: #BBEC52; }
a { background-color: rgb(187,236,82); }
div.DivClassName
{
background-color: #BBEC52;
}
.BgClassName
{
background-color: #BBEC52;
}
</style>
border-color css
<style>
span { border-color: #BBEC52; }
span { border-color: rgb(187,236,82); }
td.TdClassName
{
border-color: #BBEC52;
}
.TagClassName
{
border-color: #BBEC52;
}
</style>