Shades of Conifer #B9DA4C
Tints of Conifer #B9DA4C
RGB
CMYK
RGB Variations
Color information
#B9DA4C (or 0xB9DA4C) is known color: Conifer. HEX triplet: B9, DA and 4C. RGB value is (185,218,76). Sum of RGB (Red+Green+Blue) = 185+218+76=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 76 (30.08% from 255 or 15.87% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA4C is #4625B3. Grayscale: #C0C0C0. Windows color (decimal): -4597172 or 5036729. OLE color: 5036729.
HSL color Cylindrical-coordinate representation of color #B9DA4C: hue angle of 73.94º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9DA4C is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 76 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.15 |
| HSL | 73.94º | 0.66% | 0.58% | - |
| HSV(B) | 73.94º | 0.65% | 0.85% | - |
| XYZ | 46.38 | 60.98 | 16.16 | - |
| YUV | 191.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 76 | 0.15 | 0 | 0.65 | 0.15 | 73.94 | 0.66 | 0.58 |
| Hex | B9 | DA | 4C | F | 0 | 41 | F | 4A | 42 | 3A |
| Octal | 271 | 332 | 114 | 17 | 0 | 101 | 17 | 112 | 102 | 72 |
| Binary | 10111001 | 11011010 | 1001100 | 1111 | 0 | 1000001 | 1111 | 1001010 | 1000010 | 111010 |
Color Harmonies of #B9DA4C
Complementary color
Monochromatic Colors of #B9DA4C
Black with #B9DA4C
Text Example
Text Example
White with #B9DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA4C; }
p { color: rgb(185,218,76); }
H1.HeaderClassName
{
color: #B9DA4C;
}
.AnyTagClassName
{
color: #B9DA4C;
}
</style>
background-color css
<style>
a { background-color: #B9DA4C; }
a { background-color: rgb(185,218,76); }
div.DivClassName
{
background-color: #B9DA4C;
}
.BgClassName
{
background-color: #B9DA4C;
}
</style>
border-color css
<style>
span { border-color: #B9DA4C; }
span { border-color: rgb(185,218,76); }
td.TdClassName
{
border-color: #B9DA4C;
}
.TagClassName
{
border-color: #B9DA4C;
}
</style>