Shades of Conifer #B9DA5C
Tints of Conifer #B9DA5C
RGB
CMYK
RGB Variations
Color information
#B9DA5C (or 0xB9DA5C) is known color: Conifer. HEX triplet: B9, DA and 5C. RGB value is (185,218,92). Sum of RGB (Red+Green+Blue) = 185+218+92=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DA5C is #4625A3. Grayscale: #C2C2C2. Windows color (decimal): -4597156 or 6085305. OLE color: 6085305.
HSL color Cylindrical-coordinate representation of color #B9DA5C: hue angle of 75.71º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9DA5C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 218 | 92 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.15 |
| HSL | 75.71º | 0.63% | 0.61% | - |
| HSV(B) | 75.71º | 0.58% | 0.85% | - |
| XYZ | 47.01 | 61.23 | 19.47 | - |
| YUV | 193.77 | 70.57 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 218 | 92 | 0.15 | 0 | 0.58 | 0.15 | 75.71 | 0.63 | 0.61 |
| Hex | B9 | DA | 5C | F | 0 | 3A | F | 4C | 3F | 3D |
| Octal | 271 | 332 | 134 | 17 | 0 | 72 | 17 | 114 | 77 | 75 |
| Binary | 10111001 | 11011010 | 1011100 | 1111 | 0 | 111010 | 1111 | 1001100 | 111111 | 111101 |
Color Harmonies of #B9DA5C
Complementary color
Monochromatic Colors of #B9DA5C
Black with #B9DA5C
Text Example
Text Example
White with #B9DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DA5C; }
p { color: rgb(185,218,92); }
H1.HeaderClassName
{
color: #B9DA5C;
}
.AnyTagClassName
{
color: #B9DA5C;
}
</style>
background-color css
<style>
a { background-color: #B9DA5C; }
a { background-color: rgb(185,218,92); }
div.DivClassName
{
background-color: #B9DA5C;
}
.BgClassName
{
background-color: #B9DA5C;
}
</style>
border-color css
<style>
span { border-color: #B9DA5C; }
span { border-color: rgb(185,218,92); }
td.TdClassName
{
border-color: #B9DA5C;
}
.TagClassName
{
border-color: #B9DA5C;
}
</style>