Shades of Conifer #B9DC4C
Tints of Conifer #B9DC4C
RGB
CMYK
RGB Variations
Color information
#B9DC4C (or 0xB9DC4C) is known color: Conifer. HEX triplet: B9, DC and 4C. RGB value is (185,220,76). Sum of RGB (Red+Green+Blue) = 185+220+76=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 76 (30.08% from 255 or 15.80% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC4C is #4623B3. Grayscale: #C1C1C1. Windows color (decimal): -4596660 or 5037241. OLE color: 5037241.
HSL color Cylindrical-coordinate representation of color #B9DC4C: hue angle of 74.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9DC4C is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 76 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.14 |
| HSL | 74.58º | 0.67% | 0.58% | - |
| HSV(B) | 74.58º | 0.65% | 0.86% | - |
| XYZ | 46.91 | 62.02 | 16.34 | - |
| YUV | 193.12 | 61.9 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 76 | 0.16 | 0 | 0.65 | 0.14 | 74.58 | 0.67 | 0.58 |
| Hex | B9 | DC | 4C | 10 | 0 | 41 | E | 4B | 43 | 3A |
| Octal | 271 | 334 | 114 | 20 | 0 | 101 | 16 | 113 | 103 | 72 |
| Binary | 10111001 | 11011100 | 1001100 | 10000 | 0 | 1000001 | 1110 | 1001011 | 1000011 | 111010 |
Color Harmonies of #B9DC4C
Complementary color
Monochromatic Colors of #B9DC4C
Black with #B9DC4C
Text Example
Text Example
White with #B9DC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC4C; }
p { color: rgb(185,220,76); }
H1.HeaderClassName
{
color: #B9DC4C;
}
.AnyTagClassName
{
color: #B9DC4C;
}
</style>
background-color css
<style>
a { background-color: #B9DC4C; }
a { background-color: rgb(185,220,76); }
div.DivClassName
{
background-color: #B9DC4C;
}
.BgClassName
{
background-color: #B9DC4C;
}
</style>
border-color css
<style>
span { border-color: #B9DC4C; }
span { border-color: rgb(185,220,76); }
td.TdClassName
{
border-color: #B9DC4C;
}
.TagClassName
{
border-color: #B9DC4C;
}
</style>