Shades of Conifer #B9DA58
Tints of Conifer #B9DA58
RGB
CMYK
RGB Variations
Color information
#B9DA58 (or 0xB9DA58) is known color: Conifer. HEX triplet: B9, DA and 58. RGB value is (185,218,88). Sum of RGB (Red+Green+Blue) = 185+218+88=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA58 is #4625A7. Grayscale: #C1C1C1. Windows color (decimal): -4597160 or 5823161. OLE color: 5823161.
HSL color Cylindrical-coordinate representation of color #B9DA58: hue angle of 75.23º 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 #B9DA58 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 88 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.15 |
| HSL | 75.23º | 0.64% | 0.6% | - |
| HSV(B) | 75.23º | 0.6% | 0.85% | - |
| XYZ | 46.84 | 61.16 | 18.57 | - |
| YUV | 193.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 88 | 0.15 | 0 | 0.60 | 0.15 | 75.23 | 0.64 | 0.6 |
| Hex | B9 | DA | 58 | F | 0 | 3C | F | 4B | 40 | 3C |
| Octal | 271 | 332 | 130 | 17 | 0 | 74 | 17 | 113 | 100 | 74 |
| Binary | 10111001 | 11011010 | 1011000 | 1111 | 0 | 111100 | 1111 | 1001011 | 1000000 | 111100 |
Color Harmonies of #B9DA58
Complementary color
Monochromatic Colors of #B9DA58
Black with #B9DA58
Text Example
Text Example
White with #B9DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA58; }
p { color: rgb(185,218,88); }
H1.HeaderClassName
{
color: #B9DA58;
}
.AnyTagClassName
{
color: #B9DA58;
}
</style>
background-color css
<style>
a { background-color: #B9DA58; }
a { background-color: rgb(185,218,88); }
div.DivClassName
{
background-color: #B9DA58;
}
.BgClassName
{
background-color: #B9DA58;
}
</style>
border-color css
<style>
span { border-color: #B9DA58; }
span { border-color: rgb(185,218,88); }
td.TdClassName
{
border-color: #B9DA58;
}
.TagClassName
{
border-color: #B9DA58;
}
</style>