Shades of Conifer #B9DD4A
Tints of Conifer #B9DD4A
RGB
CMYK
RGB Variations
Color information
#B9DD4A (or 0xB9DD4A) is known color: Conifer. HEX triplet: B9, DD and 4A. RGB value is (185,221,74). Sum of RGB (Red+Green+Blue) = 185+221+74=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DD4A is #4622B5. Grayscale: #C2C2C2. Windows color (decimal): -4596406 or 4906425. OLE color: 4906425.
HSL color Cylindrical-coordinate representation of color #B9DD4A: hue angle of 74.69º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9DD4A is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 74 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.13 |
| HSL | 74.69º | 0.68% | 0.58% | - |
| HSV(B) | 74.69º | 0.67% | 0.87% | - |
| XYZ | 47.1 | 62.52 | 16.06 | - |
| YUV | 193.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 74 | 0.16 | 0 | 0.67 | 0.13 | 74.69 | 0.68 | 0.58 |
| Hex | B9 | DD | 4A | 10 | 0 | 43 | D | 4B | 44 | 3A |
| Octal | 271 | 335 | 112 | 20 | 0 | 103 | 15 | 113 | 104 | 72 |
| Binary | 10111001 | 11011101 | 1001010 | 10000 | 0 | 1000011 | 1101 | 1001011 | 1000100 | 111010 |
Color Harmonies of #B9DD4A
Complementary color
Monochromatic Colors of #B9DD4A
Black with #B9DD4A
Text Example
Text Example
White with #B9DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD4A; }
p { color: rgb(185,221,74); }
H1.HeaderClassName
{
color: #B9DD4A;
}
.AnyTagClassName
{
color: #B9DD4A;
}
</style>
background-color css
<style>
a { background-color: #B9DD4A; }
a { background-color: rgb(185,221,74); }
div.DivClassName
{
background-color: #B9DD4A;
}
.BgClassName
{
background-color: #B9DD4A;
}
</style>
border-color css
<style>
span { border-color: #B9DD4A; }
span { border-color: rgb(185,221,74); }
td.TdClassName
{
border-color: #B9DD4A;
}
.TagClassName
{
border-color: #B9DD4A;
}
</style>