Shades of Conifer #BAE05A
Tints of Conifer #BAE05A
RGB
CMYK
RGB Variations
Color information
#BAE05A (or 0xBAE05A) is known color: Conifer. HEX triplet: BA, E0 and 5A. RGB value is (186,224,90). Sum of RGB (Red+Green+Blue) = 186+224+90=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05A is #451FA5. Grayscale: #C5C5C5. Windows color (decimal): -4530086 or 5955770. OLE color: 5955770.
HSL color Cylindrical-coordinate representation of color #BAE05A: hue angle of 77.01º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE05A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 90 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.12 |
| HSL | 77.01º | 0.68% | 0.62% | - |
| HSV(B) | 77.01º | 0.6% | 0.88% | - |
| XYZ | 48.75 | 64.49 | 19.55 | - |
| YUV | 197.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 90 | 0.17 | 0 | 0.60 | 0.12 | 77.01 | 0.68 | 0.62 |
| Hex | BA | E0 | 5A | 11 | 0 | 3C | C | 4D | 44 | 3E |
| Octal | 272 | 340 | 132 | 21 | 0 | 74 | 14 | 115 | 104 | 76 |
| Binary | 10111010 | 11100000 | 1011010 | 10001 | 0 | 111100 | 1100 | 1001101 | 1000100 | 111110 |
Color Harmonies of #BAE05A
Complementary color
Monochromatic Colors of #BAE05A
Black with #BAE05A
Text Example
Text Example
White with #BAE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE05A; }
p { color: rgb(186,224,90); }
H1.HeaderClassName
{
color: #BAE05A;
}
.AnyTagClassName
{
color: #BAE05A;
}
</style>
background-color css
<style>
a { background-color: #BAE05A; }
a { background-color: rgb(186,224,90); }
div.DivClassName
{
background-color: #BAE05A;
}
.BgClassName
{
background-color: #BAE05A;
}
</style>
border-color css
<style>
span { border-color: #BAE05A; }
span { border-color: rgb(186,224,90); }
td.TdClassName
{
border-color: #BAE05A;
}
.TagClassName
{
border-color: #BAE05A;
}
</style>