Shades of Conifer #B9DF4C
Tints of Conifer #B9DF4C
RGB
CMYK
RGB Variations
Color information
#B9DF4C (or 0xB9DF4C) is known color: Conifer. HEX triplet: B9, DF and 4C. RGB value is (185,223,76). Sum of RGB (Red+Green+Blue) = 185+223+76=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DF4C is #4620B3. Grayscale: #C3C3C3. Windows color (decimal): -4595892 or 5038009. OLE color: 5038009.
HSL color Cylindrical-coordinate representation of color #B9DF4C: hue angle of 75.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9DF4C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 76 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.13 |
| HSL | 75.51º | 0.7% | 0.59% | - |
| HSV(B) | 75.51º | 0.66% | 0.87% | - |
| XYZ | 47.7 | 63.61 | 16.6 | - |
| YUV | 194.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 76 | 0.17 | 0 | 0.66 | 0.13 | 75.51 | 0.7 | 0.59 |
| Hex | B9 | DF | 4C | 11 | 0 | 42 | D | 4C | 46 | 3B |
| Octal | 271 | 337 | 114 | 21 | 0 | 102 | 15 | 114 | 106 | 73 |
| Binary | 10111001 | 11011111 | 1001100 | 10001 | 0 | 1000010 | 1101 | 1001100 | 1000110 | 111011 |
Color Harmonies of #B9DF4C
Complementary color
Monochromatic Colors of #B9DF4C
Black with #B9DF4C
Text Example
Text Example
White with #B9DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF4C; }
p { color: rgb(185,223,76); }
H1.HeaderClassName
{
color: #B9DF4C;
}
.AnyTagClassName
{
color: #B9DF4C;
}
</style>
background-color css
<style>
a { background-color: #B9DF4C; }
a { background-color: rgb(185,223,76); }
div.DivClassName
{
background-color: #B9DF4C;
}
.BgClassName
{
background-color: #B9DF4C;
}
</style>
border-color css
<style>
span { border-color: #B9DF4C; }
span { border-color: rgb(185,223,76); }
td.TdClassName
{
border-color: #B9DF4C;
}
.TagClassName
{
border-color: #B9DF4C;
}
</style>