Shades of Conifer #B9DC5A
Tints of Conifer #B9DC5A
RGB
CMYK
RGB Variations
Color information
#B9DC5A (or 0xB9DC5A) is known color: Conifer. HEX triplet: B9, DC and 5A. RGB value is (185,220,90). Sum of RGB (Red+Green+Blue) = 185+220+90=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC5A is #4623A5. Grayscale: #C3C3C3. Windows color (decimal): -4596646 or 5954745. OLE color: 5954745.
HSL color Cylindrical-coordinate representation of color #B9DC5A: hue angle of 76.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9DC5A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 90 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.14 |
| HSL | 76.15º | 0.65% | 0.61% | - |
| HSV(B) | 76.15º | 0.59% | 0.86% | - |
| XYZ | 47.45 | 62.24 | 19.19 | - |
| YUV | 194.72 | 68.9 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 90 | 0.16 | 0 | 0.59 | 0.14 | 76.15 | 0.65 | 0.61 |
| Hex | B9 | DC | 5A | 10 | 0 | 3B | E | 4C | 41 | 3D |
| Octal | 271 | 334 | 132 | 20 | 0 | 73 | 16 | 114 | 101 | 75 |
| Binary | 10111001 | 11011100 | 1011010 | 10000 | 0 | 111011 | 1110 | 1001100 | 1000001 | 111101 |
Color Harmonies of #B9DC5A
Complementary color
Monochromatic Colors of #B9DC5A
Black with #B9DC5A
Text Example
Text Example
White with #B9DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC5A; }
p { color: rgb(185,220,90); }
H1.HeaderClassName
{
color: #B9DC5A;
}
.AnyTagClassName
{
color: #B9DC5A;
}
</style>
background-color css
<style>
a { background-color: #B9DC5A; }
a { background-color: rgb(185,220,90); }
div.DivClassName
{
background-color: #B9DC5A;
}
.BgClassName
{
background-color: #B9DC5A;
}
</style>
border-color css
<style>
span { border-color: #B9DC5A; }
span { border-color: rgb(185,220,90); }
td.TdClassName
{
border-color: #B9DC5A;
}
.TagClassName
{
border-color: #B9DC5A;
}
</style>