Shades of Conifer #B1D86A
Tints of Conifer #B1D86A
RGB
CMYK
RGB Variations
Color information
#B1D86A (or 0xB1D86A) is known color: Conifer. HEX triplet: B1, D8 and 6A. RGB value is (177,216,106). Sum of RGB (Red+Green+Blue) = 177+216+106=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D86A is #4E2795. Grayscale: #C0C0C0. Windows color (decimal): -5121942 or 7002289. OLE color: 7002289.
HSL color Cylindrical-coordinate representation of color #B1D86A: hue angle of 81.27º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1D86A is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 106 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.15 |
| HSL | 81.27º | 0.59% | 0.63% | - |
| HSV(B) | 81.27º | 0.51% | 0.85% | - |
| XYZ | 45.29 | 59.5 | 22.73 | - |
| YUV | 191.8 | 79.58 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 106 | 0.18 | 0 | 0.51 | 0.15 | 81.27 | 0.59 | 0.63 |
| Hex | B1 | D8 | 6A | 12 | 0 | 33 | F | 51 | 3B | 3F |
| Octal | 261 | 330 | 152 | 22 | 0 | 63 | 17 | 121 | 73 | 77 |
| Binary | 10110001 | 11011000 | 1101010 | 10010 | 0 | 110011 | 1111 | 1010001 | 111011 | 111111 |
Color Harmonies of #B1D86A
Complementary color
Monochromatic Colors of #B1D86A
Black with #B1D86A
Text Example
Text Example
White with #B1D86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D86A; }
p { color: rgb(177,216,106); }
H1.HeaderClassName
{
color: #B1D86A;
}
.AnyTagClassName
{
color: #B1D86A;
}
</style>
background-color css
<style>
a { background-color: #B1D86A; }
a { background-color: rgb(177,216,106); }
div.DivClassName
{
background-color: #B1D86A;
}
.BgClassName
{
background-color: #B1D86A;
}
</style>
border-color css
<style>
span { border-color: #B1D86A; }
span { border-color: rgb(177,216,106); }
td.TdClassName
{
border-color: #B1D86A;
}
.TagClassName
{
border-color: #B1D86A;
}
</style>