Shades of Conifer #B9DC59
Tints of Conifer #B9DC59
RGB
CMYK
RGB Variations
Color information
#B9DC59 (or 0xB9DC59) is known color: Conifer. HEX triplet: B9, DC and 59. RGB value is (185,220,89). Sum of RGB (Red+Green+Blue) = 185+220+89=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC59 is #4623A6. Grayscale: #C3C3C3. Windows color (decimal): -4596647 or 5889209. OLE color: 5889209.
HSL color Cylindrical-coordinate representation of color #B9DC59: hue angle of 76.03º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9DC59 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.14 |
| HSL | 76.03º | 0.65% | 0.61% | - |
| HSV(B) | 76.03º | 0.6% | 0.86% | - |
| XYZ | 47.4 | 62.22 | 18.96 | - |
| YUV | 194.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 89 | 0.16 | 0 | 0.60 | 0.14 | 76.03 | 0.65 | 0.61 |
| Hex | B9 | DC | 59 | 10 | 0 | 3C | E | 4C | 41 | 3D |
| Octal | 271 | 334 | 131 | 20 | 0 | 74 | 16 | 114 | 101 | 75 |
| Binary | 10111001 | 11011100 | 1011001 | 10000 | 0 | 111100 | 1110 | 1001100 | 1000001 | 111101 |
Color Harmonies of #B9DC59
Complementary color
Monochromatic Colors of #B9DC59
Black with #B9DC59
Text Example
Text Example
White with #B9DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC59; }
p { color: rgb(185,220,89); }
H1.HeaderClassName
{
color: #B9DC59;
}
.AnyTagClassName
{
color: #B9DC59;
}
</style>
background-color css
<style>
a { background-color: #B9DC59; }
a { background-color: rgb(185,220,89); }
div.DivClassName
{
background-color: #B9DC59;
}
.BgClassName
{
background-color: #B9DC59;
}
</style>
border-color css
<style>
span { border-color: #B9DC59; }
span { border-color: rgb(185,220,89); }
td.TdClassName
{
border-color: #B9DC59;
}
.TagClassName
{
border-color: #B9DC59;
}
</style>