Shades of Conifer #B9E166
Tints of Conifer #B9E166
RGB
CMYK
RGB Variations
Color information
#B9E166 (or 0xB9E166) is known color: Conifer. HEX triplet: B9, E1 and 66. RGB value is (185,225,102). Sum of RGB (Red+Green+Blue) = 185+225+102=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E166 is #461E99. Grayscale: #C7C7C7. Windows color (decimal): -4595354 or 6742457. OLE color: 6742457.
HSL color Cylindrical-coordinate representation of color #B9E166: hue angle of 79.51º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9E166 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 102 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.12 |
| HSL | 79.51º | 0.67% | 0.64% | - |
| HSV(B) | 79.51º | 0.55% | 0.88% | - |
| XYZ | 49.33 | 65.12 | 22.54 | - |
| YUV | 199.02 | 73.25 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 102 | 0.18 | 0 | 0.55 | 0.12 | 79.51 | 0.67 | 0.64 |
| Hex | B9 | E1 | 66 | 12 | 0 | 37 | C | 50 | 43 | 40 |
| Octal | 271 | 341 | 146 | 22 | 0 | 67 | 14 | 120 | 103 | 100 |
| Binary | 10111001 | 11100001 | 1100110 | 10010 | 0 | 110111 | 1100 | 1010000 | 1000011 | 1000000 |
Color Harmonies of #B9E166
Complementary color
Monochromatic Colors of #B9E166
Black with #B9E166
Text Example
Text Example
White with #B9E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E166; }
p { color: rgb(185,225,102); }
H1.HeaderClassName
{
color: #B9E166;
}
.AnyTagClassName
{
color: #B9E166;
}
</style>
background-color css
<style>
a { background-color: #B9E166; }
a { background-color: rgb(185,225,102); }
div.DivClassName
{
background-color: #B9E166;
}
.BgClassName
{
background-color: #B9E166;
}
</style>
border-color css
<style>
span { border-color: #B9E166; }
span { border-color: rgb(185,225,102); }
td.TdClassName
{
border-color: #B9E166;
}
.TagClassName
{
border-color: #B9E166;
}
</style>