Shades of Conifer #B7D866
Tints of Conifer #B7D866
RGB
CMYK
RGB Variations
Color information
#B7D866 (or 0xB7D866) is known color: Conifer. HEX triplet: B7, D8 and 66. RGB value is (183,216,102). Sum of RGB (Red+Green+Blue) = 183+216+102=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D866 is #482799. Grayscale: #C1C1C1. Windows color (decimal): -4728730 or 6740151. OLE color: 6740151.
HSL color Cylindrical-coordinate representation of color #B7D866: hue angle of 77.37º 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 #B7D866 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 102 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.15 |
| HSL | 77.37º | 0.59% | 0.62% | - |
| HSV(B) | 77.37º | 0.53% | 0.85% | - |
| XYZ | 46.48 | 60.14 | 21.73 | - |
| YUV | 193.14 | 76.57 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 102 | 0.15 | 0 | 0.53 | 0.15 | 77.37 | 0.59 | 0.62 |
| Hex | B7 | D8 | 66 | F | 0 | 35 | F | 4D | 3B | 3E |
| Octal | 267 | 330 | 146 | 17 | 0 | 65 | 17 | 115 | 73 | 76 |
| Binary | 10110111 | 11011000 | 1100110 | 1111 | 0 | 110101 | 1111 | 1001101 | 111011 | 111110 |
Color Harmonies of #B7D866
Complementary color
Monochromatic Colors of #B7D866
Black with #B7D866
Text Example
Text Example
White with #B7D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D866; }
p { color: rgb(183,216,102); }
H1.HeaderClassName
{
color: #B7D866;
}
.AnyTagClassName
{
color: #B7D866;
}
</style>
background-color css
<style>
a { background-color: #B7D866; }
a { background-color: rgb(183,216,102); }
div.DivClassName
{
background-color: #B7D866;
}
.BgClassName
{
background-color: #B7D866;
}
</style>
border-color css
<style>
span { border-color: #B7D866; }
span { border-color: rgb(183,216,102); }
td.TdClassName
{
border-color: #B7D866;
}
.TagClassName
{
border-color: #B7D866;
}
</style>