Shades of Conifer #B9DC5D
Tints of Conifer #B9DC5D
RGB
CMYK
RGB Variations
Color information
#B9DC5D (or 0xB9DC5D) is known color: Conifer. HEX triplet: B9, DC and 5D. RGB value is (185,220,93). Sum of RGB (Red+Green+Blue) = 185+220+93=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC5D is #4623A2. Grayscale: #C3C3C3. Windows color (decimal): -4596643 or 6151353. OLE color: 6151353.
HSL color Cylindrical-coordinate representation of color #B9DC5D: hue angle of 76.54º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9DC5D is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 93 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.14 |
| HSL | 76.54º | 0.64% | 0.61% | - |
| HSV(B) | 76.54º | 0.58% | 0.86% | - |
| XYZ | 47.58 | 62.29 | 19.87 | - |
| YUV | 195.06 | 70.4 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 93 | 0.16 | 0 | 0.58 | 0.14 | 76.54 | 0.64 | 0.61 |
| Hex | B9 | DC | 5D | 10 | 0 | 3A | E | 4D | 40 | 3D |
| Octal | 271 | 334 | 135 | 20 | 0 | 72 | 16 | 115 | 100 | 75 |
| Binary | 10111001 | 11011100 | 1011101 | 10000 | 0 | 111010 | 1110 | 1001101 | 1000000 | 111101 |
Color Harmonies of #B9DC5D
Complementary color
Monochromatic Colors of #B9DC5D
Black with #B9DC5D
Text Example
Text Example
White with #B9DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC5D; }
p { color: rgb(185,220,93); }
H1.HeaderClassName
{
color: #B9DC5D;
}
.AnyTagClassName
{
color: #B9DC5D;
}
</style>
background-color css
<style>
a { background-color: #B9DC5D; }
a { background-color: rgb(185,220,93); }
div.DivClassName
{
background-color: #B9DC5D;
}
.BgClassName
{
background-color: #B9DC5D;
}
</style>
border-color css
<style>
span { border-color: #B9DC5D; }
span { border-color: rgb(185,220,93); }
td.TdClassName
{
border-color: #B9DC5D;
}
.TagClassName
{
border-color: #B9DC5D;
}
</style>