Shades of Conifer #B9DC60
Tints of Conifer #B9DC60
RGB
CMYK
RGB Variations
Color information
#B9DC60 (or 0xB9DC60) is known color: Conifer. HEX triplet: B9, DC and 60. RGB value is (185,220,96). Sum of RGB (Red+Green+Blue) = 185+220+96=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC60 is #46239F. Grayscale: #C3C3C3. Windows color (decimal): -4596640 or 6347961. OLE color: 6347961.
HSL color Cylindrical-coordinate representation of color #B9DC60: hue angle of 76.94º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9DC60 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 96 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.14 |
| HSL | 76.94º | 0.64% | 0.62% | - |
| HSV(B) | 76.94º | 0.56% | 0.86% | - |
| XYZ | 47.71 | 62.35 | 20.59 | - |
| YUV | 195.4 | 71.9 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 96 | 0.16 | 0 | 0.56 | 0.14 | 76.94 | 0.64 | 0.62 |
| Hex | B9 | DC | 60 | 10 | 0 | 38 | E | 4D | 40 | 3E |
| Octal | 271 | 334 | 140 | 20 | 0 | 70 | 16 | 115 | 100 | 76 |
| Binary | 10111001 | 11011100 | 1100000 | 10000 | 0 | 111000 | 1110 | 1001101 | 1000000 | 111110 |
Color Harmonies of #B9DC60
Complementary color
Monochromatic Colors of #B9DC60
Black with #B9DC60
Text Example
Text Example
White with #B9DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC60; }
p { color: rgb(185,220,96); }
H1.HeaderClassName
{
color: #B9DC60;
}
.AnyTagClassName
{
color: #B9DC60;
}
</style>
background-color css
<style>
a { background-color: #B9DC60; }
a { background-color: rgb(185,220,96); }
div.DivClassName
{
background-color: #B9DC60;
}
.BgClassName
{
background-color: #B9DC60;
}
</style>
border-color css
<style>
span { border-color: #B9DC60; }
span { border-color: rgb(185,220,96); }
td.TdClassName
{
border-color: #B9DC60;
}
.TagClassName
{
border-color: #B9DC60;
}
</style>