Shades of Conifer #B7DC56
Tints of Conifer #B7DC56
RGB
CMYK
RGB Variations
Color information
#B7DC56 (or 0xB7DC56) is known color: Conifer. HEX triplet: B7, DC and 56. RGB value is (183,220,86). Sum of RGB (Red+Green+Blue) = 183+220+86=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 86 (33.98% from 255 or 17.59% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DC56 is #4823A9. Grayscale: #C2C2C2. Windows color (decimal): -4727722 or 5692599. OLE color: 5692599.
HSL color Cylindrical-coordinate representation of color #B7DC56: hue angle of 76.57º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B7DC56 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 86 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.14 |
| HSL | 76.57º | 0.66% | 0.6% | - |
| HSV(B) | 76.57º | 0.61% | 0.86% | - |
| XYZ | 46.8 | 61.93 | 18.29 | - |
| YUV | 193.66 | 67.24 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 86 | 0.17 | 0 | 0.61 | 0.14 | 76.57 | 0.66 | 0.6 |
| Hex | B7 | DC | 56 | 11 | 0 | 3D | E | 4D | 42 | 3C |
| Octal | 267 | 334 | 126 | 21 | 0 | 75 | 16 | 115 | 102 | 74 |
| Binary | 10110111 | 11011100 | 1010110 | 10001 | 0 | 111101 | 1110 | 1001101 | 1000010 | 111100 |
Color Harmonies of #B7DC56
Complementary color
Monochromatic Colors of #B7DC56
Black with #B7DC56
Text Example
Text Example
White with #B7DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC56; }
p { color: rgb(183,220,86); }
H1.HeaderClassName
{
color: #B7DC56;
}
.AnyTagClassName
{
color: #B7DC56;
}
</style>
background-color css
<style>
a { background-color: #B7DC56; }
a { background-color: rgb(183,220,86); }
div.DivClassName
{
background-color: #B7DC56;
}
.BgClassName
{
background-color: #B7DC56;
}
</style>
border-color css
<style>
span { border-color: #B7DC56; }
span { border-color: rgb(183,220,86); }
td.TdClassName
{
border-color: #B7DC56;
}
.TagClassName
{
border-color: #B7DC56;
}
</style>