Shades of Conifer #B9DC56
Tints of Conifer #B9DC56
RGB
CMYK
RGB Variations
Color information
#B9DC56 (or 0xB9DC56) is known color: Conifer. HEX triplet: B9, DC and 56. RGB value is (185,220,86). Sum of RGB (Red+Green+Blue) = 185+220+86=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC56 is #4623A9. Grayscale: #C2C2C2. Windows color (decimal): -4596650 or 5692601. OLE color: 5692601.
HSL color Cylindrical-coordinate representation of color #B9DC56: hue angle of 75.67º 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 #B9DC56 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 86 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.14 |
| HSL | 75.67º | 0.66% | 0.6% | - |
| HSV(B) | 75.67º | 0.61% | 0.86% | - |
| XYZ | 47.28 | 62.17 | 18.31 | - |
| YUV | 194.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 86 | 0.16 | 0 | 0.61 | 0.14 | 75.67 | 0.66 | 0.6 |
| Hex | B9 | DC | 56 | 10 | 0 | 3D | E | 4C | 42 | 3C |
| Octal | 271 | 334 | 126 | 20 | 0 | 75 | 16 | 114 | 102 | 74 |
| Binary | 10111001 | 11011100 | 1010110 | 10000 | 0 | 111101 | 1110 | 1001100 | 1000010 | 111100 |
Color Harmonies of #B9DC56
Complementary color
Monochromatic Colors of #B9DC56
Black with #B9DC56
Text Example
Text Example
White with #B9DC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC56; }
p { color: rgb(185,220,86); }
H1.HeaderClassName
{
color: #B9DC56;
}
.AnyTagClassName
{
color: #B9DC56;
}
</style>
background-color css
<style>
a { background-color: #B9DC56; }
a { background-color: rgb(185,220,86); }
div.DivClassName
{
background-color: #B9DC56;
}
.BgClassName
{
background-color: #B9DC56;
}
</style>
border-color css
<style>
span { border-color: #B9DC56; }
span { border-color: rgb(185,220,86); }
td.TdClassName
{
border-color: #B9DC56;
}
.TagClassName
{
border-color: #B9DC56;
}
</style>