Shades of Conifer #BBE062
Tints of Conifer #BBE062
RGB
CMYK
RGB Variations
Color information
#BBE062 (or 0xBBE062) is known color: Conifer. HEX triplet: BB, E0 and 62. RGB value is (187,224,98). Sum of RGB (Red+Green+Blue) = 187+224+98=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE062 is #441F9D. Grayscale: #C7C7C7. Windows color (decimal): -4464542 or 6480059. OLE color: 6480059.
HSL color Cylindrical-coordinate representation of color #BBE062: hue angle of 77.62º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBE062 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 98 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.12 |
| HSL | 77.62º | 0.67% | 0.63% | - |
| HSV(B) | 77.62º | 0.56% | 0.88% | - |
| XYZ | 49.35 | 64.76 | 21.45 | - |
| YUV | 198.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 98 | 0.17 | 0 | 0.56 | 0.12 | 77.62 | 0.67 | 0.63 |
| Hex | BB | E0 | 62 | 11 | 0 | 38 | C | 4E | 43 | 3F |
| Octal | 273 | 340 | 142 | 21 | 0 | 70 | 14 | 116 | 103 | 77 |
| Binary | 10111011 | 11100000 | 1100010 | 10001 | 0 | 111000 | 1100 | 1001110 | 1000011 | 111111 |
Color Harmonies of #BBE062
Complementary color
Monochromatic Colors of #BBE062
Black with #BBE062
Text Example
Text Example
White with #BBE062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE062; }
p { color: rgb(187,224,98); }
H1.HeaderClassName
{
color: #BBE062;
}
.AnyTagClassName
{
color: #BBE062;
}
</style>
background-color css
<style>
a { background-color: #BBE062; }
a { background-color: rgb(187,224,98); }
div.DivClassName
{
background-color: #BBE062;
}
.BgClassName
{
background-color: #BBE062;
}
</style>
border-color css
<style>
span { border-color: #BBE062; }
span { border-color: rgb(187,224,98); }
td.TdClassName
{
border-color: #BBE062;
}
.TagClassName
{
border-color: #BBE062;
}
</style>