Shades of Conifer #B9DA57
Tints of Conifer #B9DA57
RGB
CMYK
RGB Variations
Color information
#B9DA57 (or 0xB9DA57) is known color: Conifer. HEX triplet: B9, DA and 57. RGB value is (185,218,87). Sum of RGB (Red+Green+Blue) = 185+218+87=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA57 is #4625A8. Grayscale: #C1C1C1. Windows color (decimal): -4597161 or 5757625. OLE color: 5757625.
HSL color Cylindrical-coordinate representation of color #B9DA57: hue angle of 75.11º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9DA57 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 87 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.15 |
| HSL | 75.11º | 0.64% | 0.6% | - |
| HSV(B) | 75.11º | 0.6% | 0.85% | - |
| XYZ | 46.8 | 61.15 | 18.35 | - |
| YUV | 193.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 87 | 0.15 | 0 | 0.60 | 0.15 | 75.11 | 0.64 | 0.6 |
| Hex | B9 | DA | 57 | F | 0 | 3C | F | 4B | 40 | 3C |
| Octal | 271 | 332 | 127 | 17 | 0 | 74 | 17 | 113 | 100 | 74 |
| Binary | 10111001 | 11011010 | 1010111 | 1111 | 0 | 111100 | 1111 | 1001011 | 1000000 | 111100 |
Color Harmonies of #B9DA57
Complementary color
Monochromatic Colors of #B9DA57
Black with #B9DA57
Text Example
Text Example
White with #B9DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA57; }
p { color: rgb(185,218,87); }
H1.HeaderClassName
{
color: #B9DA57;
}
.AnyTagClassName
{
color: #B9DA57;
}
</style>
background-color css
<style>
a { background-color: #B9DA57; }
a { background-color: rgb(185,218,87); }
div.DivClassName
{
background-color: #B9DA57;
}
.BgClassName
{
background-color: #B9DA57;
}
</style>
border-color css
<style>
span { border-color: #B9DA57; }
span { border-color: rgb(185,218,87); }
td.TdClassName
{
border-color: #B9DA57;
}
.TagClassName
{
border-color: #B9DA57;
}
</style>