Shades of Conifer #B1D666
Tints of Conifer #B1D666
RGB
CMYK
RGB Variations
Color information
#B1D666 (or 0xB1D666) is known color: Conifer. HEX triplet: B1, D6 and 66. RGB value is (177,214,102). Sum of RGB (Red+Green+Blue) = 177+214+102=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D666 is #4E2999. Grayscale: #BEBEBE. Windows color (decimal): -5122458 or 6739633. OLE color: 6739633.
HSL color Cylindrical-coordinate representation of color #B1D666: hue angle of 79.82º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B1D666 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 102 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.16 |
| HSL | 79.82º | 0.58% | 0.62% | - |
| HSV(B) | 79.82º | 0.52% | 0.84% | - |
| XYZ | 44.58 | 58.4 | 21.49 | - |
| YUV | 190.17 | 78.24 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 102 | 0.17 | 0 | 0.52 | 0.16 | 79.82 | 0.58 | 0.62 |
| Hex | B1 | D6 | 66 | 11 | 0 | 34 | 10 | 50 | 3A | 3E |
| Octal | 261 | 326 | 146 | 21 | 0 | 64 | 20 | 120 | 72 | 76 |
| Binary | 10110001 | 11010110 | 1100110 | 10001 | 0 | 110100 | 10000 | 1010000 | 111010 | 111110 |
Color Harmonies of #B1D666
Complementary color
Monochromatic Colors of #B1D666
Black with #B1D666
Text Example
Text Example
White with #B1D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D666; }
p { color: rgb(177,214,102); }
H1.HeaderClassName
{
color: #B1D666;
}
.AnyTagClassName
{
color: #B1D666;
}
</style>
background-color css
<style>
a { background-color: #B1D666; }
a { background-color: rgb(177,214,102); }
div.DivClassName
{
background-color: #B1D666;
}
.BgClassName
{
background-color: #B1D666;
}
</style>
border-color css
<style>
span { border-color: #B1D666; }
span { border-color: rgb(177,214,102); }
td.TdClassName
{
border-color: #B1D666;
}
.TagClassName
{
border-color: #B1D666;
}
</style>