Shades of Conifer #BAE54A
Tints of Conifer #BAE54A
RGB
CMYK
RGB Variations
Color information
#BAE54A (or 0xBAE54A) is known color: Conifer. HEX triplet: BA, E5 and 4A. RGB value is (186,229,74). Sum of RGB (Red+Green+Blue) = 186+229+74=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE54A is #451AB5. Grayscale: #C7C7C7. Windows color (decimal): -4528822 or 4908474. OLE color: 4908474.
HSL color Cylindrical-coordinate representation of color #BAE54A: hue angle of 76.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE54A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 74 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.10 |
| HSL | 76.65º | 0.75% | 0.59% | - |
| HSV(B) | 76.65º | 0.68% | 0.9% | - |
| XYZ | 49.51 | 66.97 | 16.8 | - |
| YUV | 198.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 74 | 0.19 | 0 | 0.68 | 0.10 | 76.65 | 0.75 | 0.59 |
| Hex | BA | E5 | 4A | 13 | 0 | 44 | A | 4D | 4B | 3B |
| Octal | 272 | 345 | 112 | 23 | 0 | 104 | 12 | 115 | 113 | 73 |
| Binary | 10111010 | 11100101 | 1001010 | 10011 | 0 | 1000100 | 1010 | 1001101 | 1001011 | 111011 |
Color Harmonies of #BAE54A
Complementary color
Monochromatic Colors of #BAE54A
Black with #BAE54A
Text Example
Text Example
White with #BAE54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE54A; }
p { color: rgb(186,229,74); }
H1.HeaderClassName
{
color: #BAE54A;
}
.AnyTagClassName
{
color: #BAE54A;
}
</style>
background-color css
<style>
a { background-color: #BAE54A; }
a { background-color: rgb(186,229,74); }
div.DivClassName
{
background-color: #BAE54A;
}
.BgClassName
{
background-color: #BAE54A;
}
</style>
border-color css
<style>
span { border-color: #BAE54A; }
span { border-color: rgb(186,229,74); }
td.TdClassName
{
border-color: #BAE54A;
}
.TagClassName
{
border-color: #BAE54A;
}
</style>