Shades of Conifer #BAE14A
Tints of Conifer #BAE14A
RGB
CMYK
RGB Variations
Color information
#BAE14A (or 0xBAE14A) is known color: Conifer. HEX triplet: BA, E1 and 4A. RGB value is (186,225,74). Sum of RGB (Red+Green+Blue) = 186+225+74=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE14A is #451EB5. Grayscale: #C4C4C4. Windows color (decimal): -4529846 or 4907450. OLE color: 4907450.
HSL color Cylindrical-coordinate representation of color #BAE14A: hue angle of 75.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE14A is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 74 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.12 |
| HSL | 75.5º | 0.72% | 0.59% | - |
| HSV(B) | 75.5º | 0.67% | 0.88% | - |
| XYZ | 48.41 | 64.78 | 16.43 | - |
| YUV | 196.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 74 | 0.17 | 0 | 0.67 | 0.12 | 75.5 | 0.72 | 0.59 |
| Hex | BA | E1 | 4A | 11 | 0 | 43 | C | 4B | 48 | 3B |
| Octal | 272 | 341 | 112 | 21 | 0 | 103 | 14 | 113 | 110 | 73 |
| Binary | 10111010 | 11100001 | 1001010 | 10001 | 0 | 1000011 | 1100 | 1001011 | 1001000 | 111011 |
Color Harmonies of #BAE14A
Complementary color
Monochromatic Colors of #BAE14A
Black with #BAE14A
Text Example
Text Example
White with #BAE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE14A; }
p { color: rgb(186,225,74); }
H1.HeaderClassName
{
color: #BAE14A;
}
.AnyTagClassName
{
color: #BAE14A;
}
</style>
background-color css
<style>
a { background-color: #BAE14A; }
a { background-color: rgb(186,225,74); }
div.DivClassName
{
background-color: #BAE14A;
}
.BgClassName
{
background-color: #BAE14A;
}
</style>
border-color css
<style>
span { border-color: #BAE14A; }
span { border-color: rgb(186,225,74); }
td.TdClassName
{
border-color: #BAE14A;
}
.TagClassName
{
border-color: #BAE14A;
}
</style>