Shades of Conifer #BAE145
Tints of Conifer #BAE145
RGB
CMYK
RGB Variations
Color information
#BAE145 (or 0xBAE145) is known color: Conifer. HEX triplet: BA, E1 and 45. RGB value is (186,225,69). Sum of RGB (Red+Green+Blue) = 186+225+69=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE145 is #451EBA. Grayscale: #C4C4C4. Windows color (decimal): -4529851 or 4579770. OLE color: 4579770.
HSL color Cylindrical-coordinate representation of color #BAE145: hue angle of 75º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE145 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 69 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.12 |
| HSL | 75º | 0.72% | 0.58% | - |
| HSV(B) | 75º | 0.69% | 0.88% | - |
| XYZ | 48.25 | 64.72 | 15.58 | - |
| YUV | 195.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 69 | 0.17 | 0 | 0.69 | 0.12 | 75 | 0.72 | 0.58 |
| Hex | BA | E1 | 45 | 11 | 0 | 45 | C | 4B | 48 | 3A |
| Octal | 272 | 341 | 105 | 21 | 0 | 105 | 14 | 113 | 110 | 72 |
| Binary | 10111010 | 11100001 | 1000101 | 10001 | 0 | 1000101 | 1100 | 1001011 | 1001000 | 111010 |
Color Harmonies of #BAE145
Complementary color
Monochromatic Colors of #BAE145
Black with #BAE145
Text Example
Text Example
White with #BAE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE145; }
p { color: rgb(186,225,69); }
H1.HeaderClassName
{
color: #BAE145;
}
.AnyTagClassName
{
color: #BAE145;
}
</style>
background-color css
<style>
a { background-color: #BAE145; }
a { background-color: rgb(186,225,69); }
div.DivClassName
{
background-color: #BAE145;
}
.BgClassName
{
background-color: #BAE145;
}
</style>
border-color css
<style>
span { border-color: #BAE145; }
span { border-color: rgb(186,225,69); }
td.TdClassName
{
border-color: #BAE145;
}
.TagClassName
{
border-color: #BAE145;
}
</style>