Shades of Conifer #B7D656
Tints of Conifer #B7D656
RGB
CMYK
RGB Variations
Color information
#B7D656 (or 0xB7D656) is known color: Conifer. HEX triplet: B7, D6 and 56. RGB value is (183,214,86). Sum of RGB (Red+Green+Blue) = 183+214+86=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D656 is #4829A9. Grayscale: #BEBEBE. Windows color (decimal): -4729258 or 5691063. OLE color: 5691063.
HSL color Cylindrical-coordinate representation of color #B7D656: hue angle of 74.53º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7D656 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 214 | 86 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.16 |
| HSL | 74.53º | 0.61% | 0.59% | - |
| HSV(B) | 74.53º | 0.6% | 0.84% | - |
| XYZ | 45.25 | 58.83 | 17.77 | - |
| YUV | 190.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 86 | 0.14 | 0 | 0.60 | 0.16 | 74.53 | 0.61 | 0.59 |
| Hex | B7 | D6 | 56 | E | 0 | 3C | 10 | 4B | 3D | 3B |
| Octal | 267 | 326 | 126 | 16 | 0 | 74 | 20 | 113 | 75 | 73 |
| Binary | 10110111 | 11010110 | 1010110 | 1110 | 0 | 111100 | 10000 | 1001011 | 111101 | 111011 |
Color Harmonies of #B7D656
Complementary color
Monochromatic Colors of #B7D656
Black with #B7D656
Text Example
Text Example
White with #B7D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D656; }
p { color: rgb(183,214,86); }
H1.HeaderClassName
{
color: #B7D656;
}
.AnyTagClassName
{
color: #B7D656;
}
</style>
background-color css
<style>
a { background-color: #B7D656; }
a { background-color: rgb(183,214,86); }
div.DivClassName
{
background-color: #B7D656;
}
.BgClassName
{
background-color: #B7D656;
}
</style>
border-color css
<style>
span { border-color: #B7D656; }
span { border-color: rgb(183,214,86); }
td.TdClassName
{
border-color: #B7D656;
}
.TagClassName
{
border-color: #B7D656;
}
</style>