Shades of Conifer #BADE5A
Tints of Conifer #BADE5A
RGB
CMYK
RGB Variations
Color information
#BADE5A (or 0xBADE5A) is known color: Conifer. HEX triplet: BA, DE and 5A. RGB value is (186,222,90). Sum of RGB (Red+Green+Blue) = 186+222+90=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE5A is #4521A5. Grayscale: #C4C4C4. Windows color (decimal): -4530598 or 5955258. OLE color: 5955258.
HSL color Cylindrical-coordinate representation of color #BADE5A: hue angle of 76.36º degrees, saturation: 0.67, 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 #BADE5A is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 90 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.13 |
| HSL | 76.36º | 0.67% | 0.61% | - |
| HSV(B) | 76.36º | 0.59% | 0.87% | - |
| XYZ | 48.22 | 63.42 | 19.37 | - |
| YUV | 196.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 90 | 0.16 | 0 | 0.59 | 0.13 | 76.36 | 0.67 | 0.61 |
| Hex | BA | DE | 5A | 10 | 0 | 3B | D | 4C | 43 | 3D |
| Octal | 272 | 336 | 132 | 20 | 0 | 73 | 15 | 114 | 103 | 75 |
| Binary | 10111010 | 11011110 | 1011010 | 10000 | 0 | 111011 | 1101 | 1001100 | 1000011 | 111101 |
Color Harmonies of #BADE5A
Complementary color
Monochromatic Colors of #BADE5A
Black with #BADE5A
Text Example
Text Example
White with #BADE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE5A; }
p { color: rgb(186,222,90); }
H1.HeaderClassName
{
color: #BADE5A;
}
.AnyTagClassName
{
color: #BADE5A;
}
</style>
background-color css
<style>
a { background-color: #BADE5A; }
a { background-color: rgb(186,222,90); }
div.DivClassName
{
background-color: #BADE5A;
}
.BgClassName
{
background-color: #BADE5A;
}
</style>
border-color css
<style>
span { border-color: #BADE5A; }
span { border-color: rgb(186,222,90); }
td.TdClassName
{
border-color: #BADE5A;
}
.TagClassName
{
border-color: #BADE5A;
}
</style>