Shades of Conifer #B9DF61
Tints of Conifer #B9DF61
RGB
CMYK
RGB Variations
Color information
#B9DF61 (or 0xB9DF61) is known color: Conifer. HEX triplet: B9, DF and 61. RGB value is (185,223,97). Sum of RGB (Red+Green+Blue) = 185+223+97=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF61 is #46209E. Grayscale: #C5C5C5. Windows color (decimal): -4595871 or 6414265. OLE color: 6414265.
HSL color Cylindrical-coordinate representation of color #B9DF61: hue angle of 78.1º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9DF61 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 97 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.13 |
| HSL | 78.1º | 0.66% | 0.63% | - |
| HSV(B) | 78.1º | 0.57% | 0.87% | - |
| XYZ | 48.55 | 63.95 | 21.09 | - |
| YUV | 197.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 97 | 0.17 | 0 | 0.57 | 0.13 | 78.1 | 0.66 | 0.63 |
| Hex | B9 | DF | 61 | 11 | 0 | 39 | D | 4E | 42 | 3F |
| Octal | 271 | 337 | 141 | 21 | 0 | 71 | 15 | 116 | 102 | 77 |
| Binary | 10111001 | 11011111 | 1100001 | 10001 | 0 | 111001 | 1101 | 1001110 | 1000010 | 111111 |
Color Harmonies of #B9DF61
Complementary color
Monochromatic Colors of #B9DF61
Black with #B9DF61
Text Example
Text Example
White with #B9DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF61; }
p { color: rgb(185,223,97); }
H1.HeaderClassName
{
color: #B9DF61;
}
.AnyTagClassName
{
color: #B9DF61;
}
</style>
background-color css
<style>
a { background-color: #B9DF61; }
a { background-color: rgb(185,223,97); }
div.DivClassName
{
background-color: #B9DF61;
}
.BgClassName
{
background-color: #B9DF61;
}
</style>
border-color css
<style>
span { border-color: #B9DF61; }
span { border-color: rgb(185,223,97); }
td.TdClassName
{
border-color: #B9DF61;
}
.TagClassName
{
border-color: #B9DF61;
}
</style>