Shades of Conifer #B9DD46
Tints of Conifer #B9DD46
RGB
CMYK
RGB Variations
Color information
#B9DD46 (or 0xB9DD46) is known color: Conifer. HEX triplet: B9, DD and 46. RGB value is (185,221,70). Sum of RGB (Red+Green+Blue) = 185+221+70=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD46 is #4622B9. Grayscale: #C1C1C1. Windows color (decimal): -4596410 or 4644281. OLE color: 4644281.
HSL color Cylindrical-coordinate representation of color #B9DD46: hue angle of 74.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9DD46 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 70 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.13 |
| HSL | 74.3º | 0.69% | 0.57% | - |
| HSV(B) | 74.3º | 0.68% | 0.87% | - |
| XYZ | 46.97 | 62.47 | 15.38 | - |
| YUV | 193.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 70 | 0.16 | 0 | 0.68 | 0.13 | 74.3 | 0.69 | 0.57 |
| Hex | B9 | DD | 46 | 10 | 0 | 44 | D | 4A | 45 | 39 |
| Octal | 271 | 335 | 106 | 20 | 0 | 104 | 15 | 112 | 105 | 71 |
| Binary | 10111001 | 11011101 | 1000110 | 10000 | 0 | 1000100 | 1101 | 1001010 | 1000101 | 111001 |
Color Harmonies of #B9DD46
Complementary color
Monochromatic Colors of #B9DD46
Black with #B9DD46
Text Example
Text Example
White with #B9DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD46; }
p { color: rgb(185,221,70); }
H1.HeaderClassName
{
color: #B9DD46;
}
.AnyTagClassName
{
color: #B9DD46;
}
</style>
background-color css
<style>
a { background-color: #B9DD46; }
a { background-color: rgb(185,221,70); }
div.DivClassName
{
background-color: #B9DD46;
}
.BgClassName
{
background-color: #B9DD46;
}
</style>
border-color css
<style>
span { border-color: #B9DD46; }
span { border-color: rgb(185,221,70); }
td.TdClassName
{
border-color: #B9DD46;
}
.TagClassName
{
border-color: #B9DD46;
}
</style>