Shades of Conifer #B9DD48
Tints of Conifer #B9DD48
RGB
CMYK
RGB Variations
Color information
#B9DD48 (or 0xB9DD48) is known color: Conifer. HEX triplet: B9, DD and 48. RGB value is (185,221,72). Sum of RGB (Red+Green+Blue) = 185+221+72=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD48 is #4622B7. Grayscale: #C1C1C1. Windows color (decimal): -4596408 or 4775353. OLE color: 4775353.
HSL color Cylindrical-coordinate representation of color #B9DD48: hue angle of 74.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9DD48 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 72 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.13 |
| HSL | 74.5º | 0.69% | 0.57% | - |
| HSV(B) | 74.5º | 0.67% | 0.87% | - |
| XYZ | 47.03 | 62.5 | 15.71 | - |
| YUV | 193.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 72 | 0.16 | 0 | 0.67 | 0.13 | 74.5 | 0.69 | 0.57 |
| Hex | B9 | DD | 48 | 10 | 0 | 43 | D | 4A | 45 | 39 |
| Octal | 271 | 335 | 110 | 20 | 0 | 103 | 15 | 112 | 105 | 71 |
| Binary | 10111001 | 11011101 | 1001000 | 10000 | 0 | 1000011 | 1101 | 1001010 | 1000101 | 111001 |
Color Harmonies of #B9DD48
Complementary color
Monochromatic Colors of #B9DD48
Black with #B9DD48
Text Example
Text Example
White with #B9DD48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD48; }
p { color: rgb(185,221,72); }
H1.HeaderClassName
{
color: #B9DD48;
}
.AnyTagClassName
{
color: #B9DD48;
}
</style>
background-color css
<style>
a { background-color: #B9DD48; }
a { background-color: rgb(185,221,72); }
div.DivClassName
{
background-color: #B9DD48;
}
.BgClassName
{
background-color: #B9DD48;
}
</style>
border-color css
<style>
span { border-color: #B9DD48; }
span { border-color: rgb(185,221,72); }
td.TdClassName
{
border-color: #B9DD48;
}
.TagClassName
{
border-color: #B9DD48;
}
</style>