Shades of Conifer #BAD85A
Tints of Conifer #BAD85A
RGB
CMYK
RGB Variations
Color information
#BAD85A (or 0xBAD85A) is known color: Conifer. HEX triplet: BA, D8 and 5A. RGB value is (186,216,90). Sum of RGB (Red+Green+Blue) = 186+216+90=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD85A is #4527A5. Grayscale: #C1C1C1. Windows color (decimal): -4532134 or 5953722. OLE color: 5953722.
HSL color Cylindrical-coordinate representation of color #BAD85A: hue angle of 74.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAD85A is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 216 | 90 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.15 |
| HSL | 74.29º | 0.62% | 0.6% | - |
| HSV(B) | 74.29º | 0.58% | 0.85% | - |
| XYZ | 46.65 | 60.29 | 18.85 | - |
| YUV | 192.67 | 70.06 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 216 | 90 | 0.14 | 0 | 0.58 | 0.15 | 74.29 | 0.62 | 0.6 |
| Hex | BA | D8 | 5A | E | 0 | 3A | F | 4A | 3E | 3C |
| Octal | 272 | 330 | 132 | 16 | 0 | 72 | 17 | 112 | 76 | 74 |
| Binary | 10111010 | 11011000 | 1011010 | 1110 | 0 | 111010 | 1111 | 1001010 | 111110 | 111100 |
Color Harmonies of #BAD85A
Complementary color
Monochromatic Colors of #BAD85A
Black with #BAD85A
Text Example
Text Example
White with #BAD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD85A; }
p { color: rgb(186,216,90); }
H1.HeaderClassName
{
color: #BAD85A;
}
.AnyTagClassName
{
color: #BAD85A;
}
</style>
background-color css
<style>
a { background-color: #BAD85A; }
a { background-color: rgb(186,216,90); }
div.DivClassName
{
background-color: #BAD85A;
}
.BgClassName
{
background-color: #BAD85A;
}
</style>
border-color css
<style>
span { border-color: #BAD85A; }
span { border-color: rgb(186,216,90); }
td.TdClassName
{
border-color: #BAD85A;
}
.TagClassName
{
border-color: #BAD85A;
}
</style>