Shades of Conifer #BADD5A
Tints of Conifer #BADD5A
RGB
CMYK
RGB Variations
Color information
#BADD5A (or 0xBADD5A) is known color: Conifer. HEX triplet: BA, DD and 5A. RGB value is (186,221,90). Sum of RGB (Red+Green+Blue) = 186+221+90=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD5A is #4522A5. Grayscale: #C4C4C4. Windows color (decimal): -4530854 or 5955002. OLE color: 5955002.
HSL color Cylindrical-coordinate representation of color #BADD5A: hue angle of 76.03º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BADD5A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 90 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.13 |
| HSL | 76.03º | 0.66% | 0.61% | - |
| HSV(B) | 76.03º | 0.59% | 0.87% | - |
| XYZ | 47.95 | 62.89 | 19.28 | - |
| YUV | 195.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 90 | 0.16 | 0 | 0.59 | 0.13 | 76.03 | 0.66 | 0.61 |
| Hex | BA | DD | 5A | 10 | 0 | 3B | D | 4C | 42 | 3D |
| Octal | 272 | 335 | 132 | 20 | 0 | 73 | 15 | 114 | 102 | 75 |
| Binary | 10111010 | 11011101 | 1011010 | 10000 | 0 | 111011 | 1101 | 1001100 | 1000010 | 111101 |
Color Harmonies of #BADD5A
Complementary color
Monochromatic Colors of #BADD5A
Black with #BADD5A
Text Example
Text Example
White with #BADD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD5A; }
p { color: rgb(186,221,90); }
H1.HeaderClassName
{
color: #BADD5A;
}
.AnyTagClassName
{
color: #BADD5A;
}
</style>
background-color css
<style>
a { background-color: #BADD5A; }
a { background-color: rgb(186,221,90); }
div.DivClassName
{
background-color: #BADD5A;
}
.BgClassName
{
background-color: #BADD5A;
}
</style>
border-color css
<style>
span { border-color: #BADD5A; }
span { border-color: rgb(186,221,90); }
td.TdClassName
{
border-color: #BADD5A;
}
.TagClassName
{
border-color: #BADD5A;
}
</style>