Shades of Conifer #B9DF63
Tints of Conifer #B9DF63
RGB
CMYK
RGB Variations
Color information
#B9DF63 (or 0xB9DF63) is known color: Conifer. HEX triplet: B9, DF and 63. RGB value is (185,223,99). Sum of RGB (Red+Green+Blue) = 185+223+99=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DF63 is #46209C. Grayscale: #C5C5C5. Windows color (decimal): -4595869 or 6545337. OLE color: 6545337.
HSL color Cylindrical-coordinate representation of color #B9DF63: hue angle of 78.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9DF63 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 99 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.13 |
| HSL | 78.39º | 0.66% | 0.63% | - |
| HSV(B) | 78.39º | 0.56% | 0.87% | - |
| XYZ | 48.65 | 63.99 | 21.59 | - |
| YUV | 197.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 99 | 0.17 | 0 | 0.56 | 0.13 | 78.39 | 0.66 | 0.63 |
| Hex | B9 | DF | 63 | 11 | 0 | 38 | D | 4E | 42 | 3F |
| Octal | 271 | 337 | 143 | 21 | 0 | 70 | 15 | 116 | 102 | 77 |
| Binary | 10111001 | 11011111 | 1100011 | 10001 | 0 | 111000 | 1101 | 1001110 | 1000010 | 111111 |
Color Harmonies of #B9DF63
Complementary color
Monochromatic Colors of #B9DF63
Black with #B9DF63
Text Example
Text Example
White with #B9DF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DF63; }
p { color: rgb(185,223,99); }
H1.HeaderClassName
{
color: #B9DF63;
}
.AnyTagClassName
{
color: #B9DF63;
}
</style>
background-color css
<style>
a { background-color: #B9DF63; }
a { background-color: rgb(185,223,99); }
div.DivClassName
{
background-color: #B9DF63;
}
.BgClassName
{
background-color: #B9DF63;
}
</style>
border-color css
<style>
span { border-color: #B9DF63; }
span { border-color: rgb(185,223,99); }
td.TdClassName
{
border-color: #B9DF63;
}
.TagClassName
{
border-color: #B9DF63;
}
</style>