Shades of Conifer #B1E166
Tints of Conifer #B1E166
RGB
CMYK
RGB Variations
Color information
#B1E166 (or 0xB1E166) is known color: Conifer. HEX triplet: B1, E1 and 66. RGB value is (177,225,102). Sum of RGB (Red+Green+Blue) = 177+225+102=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E166 is #4E1E99. Grayscale: #C5C5C5. Windows color (decimal): -5119642 or 6742449. OLE color: 6742449.
HSL color Cylindrical-coordinate representation of color #B1E166: hue angle of 83.41º 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 #B1E166 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 102 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.12 |
| HSL | 83.41º | 0.67% | 0.64% | - |
| HSV(B) | 83.41º | 0.55% | 0.88% | - |
| XYZ | 47.45 | 64.16 | 22.45 | - |
| YUV | 196.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 102 | 0.21 | 0 | 0.55 | 0.12 | 83.41 | 0.67 | 0.64 |
| Hex | B1 | E1 | 66 | 15 | 0 | 37 | C | 53 | 43 | 40 |
| Octal | 261 | 341 | 146 | 25 | 0 | 67 | 14 | 123 | 103 | 100 |
| Binary | 10110001 | 11100001 | 1100110 | 10101 | 0 | 110111 | 1100 | 1010011 | 1000011 | 1000000 |
Color Harmonies of #B1E166
Complementary color
Monochromatic Colors of #B1E166
Black with #B1E166
Text Example
Text Example
White with #B1E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E166; }
p { color: rgb(177,225,102); }
H1.HeaderClassName
{
color: #B1E166;
}
.AnyTagClassName
{
color: #B1E166;
}
</style>
background-color css
<style>
a { background-color: #B1E166; }
a { background-color: rgb(177,225,102); }
div.DivClassName
{
background-color: #B1E166;
}
.BgClassName
{
background-color: #B1E166;
}
</style>
border-color css
<style>
span { border-color: #B1E166; }
span { border-color: rgb(177,225,102); }
td.TdClassName
{
border-color: #B1E166;
}
.TagClassName
{
border-color: #B1E166;
}
</style>