Shades of Conifer #B9DC48
Tints of Conifer #B9DC48
RGB
CMYK
RGB Variations
Color information
#B9DC48 (or 0xB9DC48) is known color: Conifer. HEX triplet: B9, DC and 48. RGB value is (185,220,72). Sum of RGB (Red+Green+Blue) = 185+220+72=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC48 is #4623B7. Grayscale: #C1C1C1. Windows color (decimal): -4596664 or 4775097. OLE color: 4775097.
HSL color Cylindrical-coordinate representation of color #B9DC48: hue angle of 74.19º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9DC48 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 72 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.14 |
| HSL | 74.19º | 0.68% | 0.57% | - |
| HSV(B) | 74.19º | 0.67% | 0.86% | - |
| XYZ | 46.77 | 61.97 | 15.63 | - |
| YUV | 192.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 72 | 0.16 | 0 | 0.67 | 0.14 | 74.19 | 0.68 | 0.57 |
| Hex | B9 | DC | 48 | 10 | 0 | 43 | E | 4A | 44 | 39 |
| Octal | 271 | 334 | 110 | 20 | 0 | 103 | 16 | 112 | 104 | 71 |
| Binary | 10111001 | 11011100 | 1001000 | 10000 | 0 | 1000011 | 1110 | 1001010 | 1000100 | 111001 |
Color Harmonies of #B9DC48
Complementary color
Monochromatic Colors of #B9DC48
Black with #B9DC48
Text Example
Text Example
White with #B9DC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC48; }
p { color: rgb(185,220,72); }
H1.HeaderClassName
{
color: #B9DC48;
}
.AnyTagClassName
{
color: #B9DC48;
}
</style>
background-color css
<style>
a { background-color: #B9DC48; }
a { background-color: rgb(185,220,72); }
div.DivClassName
{
background-color: #B9DC48;
}
.BgClassName
{
background-color: #B9DC48;
}
</style>
border-color css
<style>
span { border-color: #B9DC48; }
span { border-color: rgb(185,220,72); }
td.TdClassName
{
border-color: #B9DC48;
}
.TagClassName
{
border-color: #B9DC48;
}
</style>