Shades of Conifer #B1D866
Tints of Conifer #B1D866
RGB
CMYK
RGB Variations
Color information
#B1D866 (or 0xB1D866) is known color: Conifer. HEX triplet: B1, D8 and 66. RGB value is (177,216,102). Sum of RGB (Red+Green+Blue) = 177+216+102=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 102 (40.23% from 255 or 20.61% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D866 is #4E2799. Grayscale: #BFBFBF. Windows color (decimal): -5121946 or 6740145. OLE color: 6740145.
HSL color Cylindrical-coordinate representation of color #B1D866: hue angle of 80.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1D866 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 102 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.15 |
| HSL | 80.53º | 0.59% | 0.62% | - |
| HSV(B) | 80.53º | 0.53% | 0.85% | - |
| XYZ | 45.09 | 59.42 | 21.66 | - |
| YUV | 191.34 | 77.58 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 102 | 0.18 | 0 | 0.53 | 0.15 | 80.53 | 0.59 | 0.62 |
| Hex | B1 | D8 | 66 | 12 | 0 | 35 | F | 51 | 3B | 3E |
| Octal | 261 | 330 | 146 | 22 | 0 | 65 | 17 | 121 | 73 | 76 |
| Binary | 10110001 | 11011000 | 1100110 | 10010 | 0 | 110101 | 1111 | 1010001 | 111011 | 111110 |
Color Harmonies of #B1D866
Complementary color
Monochromatic Colors of #B1D866
Black with #B1D866
Text Example
Text Example
White with #B1D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D866; }
p { color: rgb(177,216,102); }
H1.HeaderClassName
{
color: #B1D866;
}
.AnyTagClassName
{
color: #B1D866;
}
</style>
background-color css
<style>
a { background-color: #B1D866; }
a { background-color: rgb(177,216,102); }
div.DivClassName
{
background-color: #B1D866;
}
.BgClassName
{
background-color: #B1D866;
}
</style>
border-color css
<style>
span { border-color: #B1D866; }
span { border-color: rgb(177,216,102); }
td.TdClassName
{
border-color: #B1D866;
}
.TagClassName
{
border-color: #B1D866;
}
</style>