Shades of Conifer #B9DD59
Tints of Conifer #B9DD59
RGB
CMYK
RGB Variations
Color information
#B9DD59 (or 0xB9DD59) is known color: Conifer. HEX triplet: B9, DD and 59. RGB value is (185,221,89). Sum of RGB (Red+Green+Blue) = 185+221+89=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DD59 is #4622A6. Grayscale: #C3C3C3. Windows color (decimal): -4596391 or 5889465. OLE color: 5889465.
HSL color Cylindrical-coordinate representation of color #B9DD59: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9DD59 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 89 | - |
| CMYK | 0.16 | 0 | 0.60 | 0.13 |
| HSL | 76.36º | 0.66% | 0.61% | - |
| HSV(B) | 76.36º | 0.6% | 0.87% | - |
| XYZ | 47.67 | 62.75 | 19.05 | - |
| YUV | 195.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 89 | 0.16 | 0 | 0.60 | 0.13 | 76.36 | 0.66 | 0.61 |
| Hex | B9 | DD | 59 | 10 | 0 | 3C | D | 4C | 42 | 3D |
| Octal | 271 | 335 | 131 | 20 | 0 | 74 | 15 | 114 | 102 | 75 |
| Binary | 10111001 | 11011101 | 1011001 | 10000 | 0 | 111100 | 1101 | 1001100 | 1000010 | 111101 |
Color Harmonies of #B9DD59
Complementary color
Monochromatic Colors of #B9DD59
Black with #B9DD59
Text Example
Text Example
White with #B9DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DD59; }
p { color: rgb(185,221,89); }
H1.HeaderClassName
{
color: #B9DD59;
}
.AnyTagClassName
{
color: #B9DD59;
}
</style>
background-color css
<style>
a { background-color: #B9DD59; }
a { background-color: rgb(185,221,89); }
div.DivClassName
{
background-color: #B9DD59;
}
.BgClassName
{
background-color: #B9DD59;
}
</style>
border-color css
<style>
span { border-color: #B9DD59; }
span { border-color: rgb(185,221,89); }
td.TdClassName
{
border-color: #B9DD59;
}
.TagClassName
{
border-color: #B9DD59;
}
</style>