Shades of Conifer #B0E166
Tints of Conifer #B0E166
RGB
CMYK
RGB Variations
Color information
#B0E166 (or 0xB0E166) is known color: Conifer. HEX triplet: B0, E1 and 66. RGB value is (176,225,102). Sum of RGB (Red+Green+Blue) = 176+225+102=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E166 is #4F1E99. Grayscale: #C4C4C4. Windows color (decimal): -5185178 or 6742448. OLE color: 6742448.
HSL color Cylindrical-coordinate representation of color #B0E166: hue angle of 83.9º 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 #B0E166 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 102 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.12 |
| HSL | 83.9º | 0.67% | 0.64% | - |
| HSV(B) | 83.9º | 0.55% | 0.88% | - |
| XYZ | 47.23 | 64.04 | 22.44 | - |
| YUV | 196.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 102 | 0.22 | 0 | 0.55 | 0.12 | 83.9 | 0.67 | 0.64 |
| Hex | B0 | E1 | 66 | 16 | 0 | 37 | C | 54 | 43 | 40 |
| Octal | 260 | 341 | 146 | 26 | 0 | 67 | 14 | 124 | 103 | 100 |
| Binary | 10110000 | 11100001 | 1100110 | 10110 | 0 | 110111 | 1100 | 1010100 | 1000011 | 1000000 |
Color Harmonies of #B0E166
Complementary color
Monochromatic Colors of #B0E166
Black with #B0E166
Text Example
Text Example
White with #B0E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E166; }
p { color: rgb(176,225,102); }
H1.HeaderClassName
{
color: #B0E166;
}
.AnyTagClassName
{
color: #B0E166;
}
</style>
background-color css
<style>
a { background-color: #B0E166; }
a { background-color: rgb(176,225,102); }
div.DivClassName
{
background-color: #B0E166;
}
.BgClassName
{
background-color: #B0E166;
}
</style>
border-color css
<style>
span { border-color: #B0E166; }
span { border-color: rgb(176,225,102); }
td.TdClassName
{
border-color: #B0E166;
}
.TagClassName
{
border-color: #B0E166;
}
</style>