Shades of Conifer #BBE162
Tints of Conifer #BBE162
RGB
CMYK
RGB Variations
Color information
#BBE162 (or 0xBBE162) is known color: Conifer. HEX triplet: BB, E1 and 62. RGB value is (187,225,98). Sum of RGB (Red+Green+Blue) = 187+225+98=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE162 is #441E9D. Grayscale: #C7C7C7. Windows color (decimal): -4464286 or 6480315. OLE color: 6480315.
HSL color Cylindrical-coordinate representation of color #BBE162: hue angle of 77.95º degrees, saturation: 0.68, 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 #BBE162 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 225 | 98 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.12 |
| HSL | 77.95º | 0.68% | 0.63% | - |
| HSV(B) | 77.95º | 0.56% | 0.88% | - |
| XYZ | 49.62 | 65.3 | 21.54 | - |
| YUV | 199.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 98 | 0.17 | 0 | 0.56 | 0.12 | 77.95 | 0.68 | 0.63 |
| Hex | BB | E1 | 62 | 11 | 0 | 38 | C | 4E | 44 | 3F |
| Octal | 273 | 341 | 142 | 21 | 0 | 70 | 14 | 116 | 104 | 77 |
| Binary | 10111011 | 11100001 | 1100010 | 10001 | 0 | 111000 | 1100 | 1001110 | 1000100 | 111111 |
Color Harmonies of #BBE162
Complementary color
Monochromatic Colors of #BBE162
Black with #BBE162
Text Example
Text Example
White with #BBE162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE162; }
p { color: rgb(187,225,98); }
H1.HeaderClassName
{
color: #BBE162;
}
.AnyTagClassName
{
color: #BBE162;
}
</style>
background-color css
<style>
a { background-color: #BBE162; }
a { background-color: rgb(187,225,98); }
div.DivClassName
{
background-color: #BBE162;
}
.BgClassName
{
background-color: #BBE162;
}
</style>
border-color css
<style>
span { border-color: #BBE162; }
span { border-color: rgb(187,225,98); }
td.TdClassName
{
border-color: #BBE162;
}
.TagClassName
{
border-color: #BBE162;
}
</style>