Shades of Conifer #BBF162
Tints of Conifer #BBF162
RGB
CMYK
RGB Variations
Color information
#BBF162 (or 0xBBF162) is known color: Conifer. HEX triplet: BB, F1 and 62. RGB value is (187,241,98). Sum of RGB (Red+Green+Blue) = 187+241+98=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF162 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF162 is #440E9D. Grayscale: #D1D1D1. Windows color (decimal): -4460190 or 6484411. OLE color: 6484411.
HSL color Cylindrical-coordinate representation of color #BBF162: hue angle of 82.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF162 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 98 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.05 |
| HSL | 82.66º | 0.84% | 0.66% | - |
| HSV(B) | 82.66º | 0.59% | 0.95% | - |
| XYZ | 54.15 | 74.36 | 23.05 | - |
| YUV | 208.55 | 65.61 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 98 | 0.22 | 0 | 0.59 | 0.05 | 82.66 | 0.84 | 0.66 |
| Hex | BB | F1 | 62 | 16 | 0 | 3B | 5 | 53 | 54 | 42 |
| Octal | 273 | 361 | 142 | 26 | 0 | 73 | 5 | 123 | 124 | 102 |
| Binary | 10111011 | 11110001 | 1100010 | 10110 | 0 | 111011 | 101 | 1010011 | 1010100 | 1000010 |
Color Harmonies of #BBF162
Complementary color
Monochromatic Colors of #BBF162
Black with #BBF162
Text Example
Text Example
White with #BBF162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF162; }
p { color: rgb(187,241,98); }
H1.HeaderClassName
{
color: #BBF162;
}
.AnyTagClassName
{
color: #BBF162;
}
</style>
background-color css
<style>
a { background-color: #BBF162; }
a { background-color: rgb(187,241,98); }
div.DivClassName
{
background-color: #BBF162;
}
.BgClassName
{
background-color: #BBF162;
}
</style>
border-color css
<style>
span { border-color: #BBF162; }
span { border-color: rgb(187,241,98); }
td.TdClassName
{
border-color: #BBF162;
}
.TagClassName
{
border-color: #BBF162;
}
</style>