Shades of Conifer #BAE55F
Tints of Conifer #BAE55F
RGB
CMYK
RGB Variations
Color information
#BAE55F (or 0xBAE55F) is known color: Conifer. HEX triplet: BA, E5 and 5F. RGB value is (186,229,95). Sum of RGB (Red+Green+Blue) = 186+229+95=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 95 (37.5% from 255 or 18.63% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE55F is #451AA0. Grayscale: #C9C9C9. Windows color (decimal): -4528801 or 6284730. OLE color: 6284730.
HSL color Cylindrical-coordinate representation of color #BAE55F: hue angle of 79.25º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE55F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 95 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.10 |
| HSL | 79.25º | 0.72% | 0.64% | - |
| HSV(B) | 79.25º | 0.59% | 0.9% | - |
| XYZ | 50.33 | 67.3 | 21.16 | - |
| YUV | 200.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 95 | 0.19 | 0 | 0.59 | 0.10 | 79.25 | 0.72 | 0.64 |
| Hex | BA | E5 | 5F | 13 | 0 | 3B | A | 4F | 48 | 40 |
| Octal | 272 | 345 | 137 | 23 | 0 | 73 | 12 | 117 | 110 | 100 |
| Binary | 10111010 | 11100101 | 1011111 | 10011 | 0 | 111011 | 1010 | 1001111 | 1001000 | 1000000 |
Color Harmonies of #BAE55F
Complementary color
Monochromatic Colors of #BAE55F
Black with #BAE55F
Text Example
Text Example
White with #BAE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE55F; }
p { color: rgb(186,229,95); }
H1.HeaderClassName
{
color: #BAE55F;
}
.AnyTagClassName
{
color: #BAE55F;
}
</style>
background-color css
<style>
a { background-color: #BAE55F; }
a { background-color: rgb(186,229,95); }
div.DivClassName
{
background-color: #BAE55F;
}
.BgClassName
{
background-color: #BAE55F;
}
</style>
border-color css
<style>
span { border-color: #BAE55F; }
span { border-color: rgb(186,229,95); }
td.TdClassName
{
border-color: #BAE55F;
}
.TagClassName
{
border-color: #BAE55F;
}
</style>