Shades of Conifer #B9F160
Tints of Conifer #B9F160
RGB
CMYK
RGB Variations
Color information
#B9F160 (or 0xB9F160) is known color: Conifer. HEX triplet: B9, F1 and 60. RGB value is (185,241,96). Sum of RGB (Red+Green+Blue) = 185+241+96=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F160 is #460E9F. Grayscale: #D0D0D0. Windows color (decimal): -4591264 or 6353337. OLE color: 6353337.
HSL color Cylindrical-coordinate representation of color #B9F160: hue angle of 83.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9F160 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 241 | 96 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.05 |
| HSL | 83.17º | 0.84% | 0.66% | - |
| HSV(B) | 83.17º | 0.6% | 0.95% | - |
| XYZ | 53.57 | 74.07 | 22.54 | - |
| YUV | 207.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 241 | 96 | 0.23 | 0 | 0.60 | 0.05 | 83.17 | 0.84 | 0.66 |
| Hex | B9 | F1 | 60 | 17 | 0 | 3C | 5 | 53 | 54 | 42 |
| Octal | 271 | 361 | 140 | 27 | 0 | 74 | 5 | 123 | 124 | 102 |
| Binary | 10111001 | 11110001 | 1100000 | 10111 | 0 | 111100 | 101 | 1010011 | 1010100 | 1000010 |
Color Harmonies of #B9F160
Complementary color
Monochromatic Colors of #B9F160
Black with #B9F160
Text Example
Text Example
White with #B9F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F160; }
p { color: rgb(185,241,96); }
H1.HeaderClassName
{
color: #B9F160;
}
.AnyTagClassName
{
color: #B9F160;
}
</style>
background-color css
<style>
a { background-color: #B9F160; }
a { background-color: rgb(185,241,96); }
div.DivClassName
{
background-color: #B9F160;
}
.BgClassName
{
background-color: #B9F160;
}
</style>
border-color css
<style>
span { border-color: #B9F160; }
span { border-color: rgb(185,241,96); }
td.TdClassName
{
border-color: #B9F160;
}
.TagClassName
{
border-color: #B9F160;
}
</style>