Shades of Conifer #B9DC44
Tints of Conifer #B9DC44
RGB
CMYK
RGB Variations
Color information
#B9DC44 (or 0xB9DC44) is known color: Conifer. HEX triplet: B9, DC and 44. RGB value is (185,220,68). Sum of RGB (Red+Green+Blue) = 185+220+68=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC44 is #4623BB. Grayscale: #C0C0C0. Windows color (decimal): -4596668 or 4512953. OLE color: 4512953.
HSL color Cylindrical-coordinate representation of color #B9DC44: hue angle of 73.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9DC44 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 68 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.14 |
| HSL | 73.82º | 0.68% | 0.56% | - |
| HSV(B) | 73.82º | 0.69% | 0.86% | - |
| XYZ | 46.64 | 61.92 | 14.96 | - |
| YUV | 192.21 | 57.9 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 68 | 0.16 | 0 | 0.69 | 0.14 | 73.82 | 0.68 | 0.56 |
| Hex | B9 | DC | 44 | 10 | 0 | 45 | E | 4A | 44 | 38 |
| Octal | 271 | 334 | 104 | 20 | 0 | 105 | 16 | 112 | 104 | 70 |
| Binary | 10111001 | 11011100 | 1000100 | 10000 | 0 | 1000101 | 1110 | 1001010 | 1000100 | 111000 |
Color Harmonies of #B9DC44
Complementary color
Monochromatic Colors of #B9DC44
Black with #B9DC44
Text Example
Text Example
White with #B9DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC44; }
p { color: rgb(185,220,68); }
H1.HeaderClassName
{
color: #B9DC44;
}
.AnyTagClassName
{
color: #B9DC44;
}
</style>
background-color css
<style>
a { background-color: #B9DC44; }
a { background-color: rgb(185,220,68); }
div.DivClassName
{
background-color: #B9DC44;
}
.BgClassName
{
background-color: #B9DC44;
}
</style>
border-color css
<style>
span { border-color: #B9DC44; }
span { border-color: rgb(185,220,68); }
td.TdClassName
{
border-color: #B9DC44;
}
.TagClassName
{
border-color: #B9DC44;
}
</style>