Shades of Conifer #BADA5A
Tints of Conifer #BADA5A
RGB
CMYK
RGB Variations
Color information
#BADA5A (or 0xBADA5A) is known color: Conifer. HEX triplet: BA, DA and 5A. RGB value is (186,218,90). Sum of RGB (Red+Green+Blue) = 186+218+90=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA5A is #4525A5. Grayscale: #C2C2C2. Windows color (decimal): -4531622 or 5954234. OLE color: 5954234.
HSL color Cylindrical-coordinate representation of color #BADA5A: hue angle of 75º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BADA5A is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 90 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.15 |
| HSL | 75º | 0.63% | 0.6% | - |
| HSV(B) | 75º | 0.59% | 0.85% | - |
| XYZ | 47.17 | 61.32 | 19.02 | - |
| YUV | 193.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 90 | 0.15 | 0 | 0.59 | 0.15 | 75 | 0.63 | 0.6 |
| Hex | BA | DA | 5A | F | 0 | 3B | F | 4B | 3F | 3C |
| Octal | 272 | 332 | 132 | 17 | 0 | 73 | 17 | 113 | 77 | 74 |
| Binary | 10111010 | 11011010 | 1011010 | 1111 | 0 | 111011 | 1111 | 1001011 | 111111 | 111100 |
Color Harmonies of #BADA5A
Complementary color
Monochromatic Colors of #BADA5A
Black with #BADA5A
Text Example
Text Example
White with #BADA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA5A; }
p { color: rgb(186,218,90); }
H1.HeaderClassName
{
color: #BADA5A;
}
.AnyTagClassName
{
color: #BADA5A;
}
</style>
background-color css
<style>
a { background-color: #BADA5A; }
a { background-color: rgb(186,218,90); }
div.DivClassName
{
background-color: #BADA5A;
}
.BgClassName
{
background-color: #BADA5A;
}
</style>
border-color css
<style>
span { border-color: #BADA5A; }
span { border-color: rgb(186,218,90); }
td.TdClassName
{
border-color: #BADA5A;
}
.TagClassName
{
border-color: #BADA5A;
}
</style>