Shades of Conifer #B8DC56
Tints of Conifer #B8DC56
RGB
CMYK
RGB Variations
Color information
#B8DC56 (or 0xB8DC56) is known color: Conifer. HEX triplet: B8, DC and 56. RGB value is (184,220,86). Sum of RGB (Red+Green+Blue) = 184+220+86=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8DC56 is #4723A9. Grayscale: #C2C2C2. Windows color (decimal): -4662186 or 5692600. OLE color: 5692600.
HSL color Cylindrical-coordinate representation of color #B8DC56: hue angle of 76.12º 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 #B8DC56 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 86 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.14 |
| HSL | 76.12º | 0.66% | 0.6% | - |
| HSV(B) | 76.12º | 0.61% | 0.86% | - |
| XYZ | 47.04 | 62.05 | 18.3 | - |
| YUV | 193.96 | 67.07 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 86 | 0.16 | 0 | 0.61 | 0.14 | 76.12 | 0.66 | 0.6 |
| Hex | B8 | DC | 56 | 10 | 0 | 3D | E | 4C | 42 | 3C |
| Octal | 270 | 334 | 126 | 20 | 0 | 75 | 16 | 114 | 102 | 74 |
| Binary | 10111000 | 11011100 | 1010110 | 10000 | 0 | 111101 | 1110 | 1001100 | 1000010 | 111100 |
Color Harmonies of #B8DC56
Complementary color
Monochromatic Colors of #B8DC56
Black with #B8DC56
Text Example
Text Example
White with #B8DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DC56; }
p { color: rgb(184,220,86); }
H1.HeaderClassName
{
color: #B8DC56;
}
.AnyTagClassName
{
color: #B8DC56;
}
</style>
background-color css
<style>
a { background-color: #B8DC56; }
a { background-color: rgb(184,220,86); }
div.DivClassName
{
background-color: #B8DC56;
}
.BgClassName
{
background-color: #B8DC56;
}
</style>
border-color css
<style>
span { border-color: #B8DC56; }
span { border-color: rgb(184,220,86); }
td.TdClassName
{
border-color: #B8DC56;
}
.TagClassName
{
border-color: #B8DC56;
}
</style>