Shades of Conifer #BAE25B
Tints of Conifer #BAE25B
RGB
CMYK
RGB Variations
Color information
#BAE25B (or 0xBAE25B) is known color: Conifer. HEX triplet: BA, E2 and 5B. RGB value is (186,226,91). Sum of RGB (Red+Green+Blue) = 186+226+91=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE25B is #451DA4. Grayscale: #C7C7C7. Windows color (decimal): -4529573 or 6021818. OLE color: 6021818.
HSL color Cylindrical-coordinate representation of color #BAE25B: hue angle of 77.78º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAE25B is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 91 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.11 |
| HSL | 77.78º | 0.7% | 0.62% | - |
| HSV(B) | 77.78º | 0.6% | 0.89% | - |
| XYZ | 49.33 | 65.59 | 19.96 | - |
| YUV | 198.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 91 | 0.18 | 0 | 0.60 | 0.11 | 77.78 | 0.7 | 0.62 |
| Hex | BA | E2 | 5B | 12 | 0 | 3C | B | 4E | 46 | 3E |
| Octal | 272 | 342 | 133 | 22 | 0 | 74 | 13 | 116 | 106 | 76 |
| Binary | 10111010 | 11100010 | 1011011 | 10010 | 0 | 111100 | 1011 | 1001110 | 1000110 | 111110 |
Color Harmonies of #BAE25B
Complementary color
Monochromatic Colors of #BAE25B
Black with #BAE25B
Text Example
Text Example
White with #BAE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE25B; }
p { color: rgb(186,226,91); }
H1.HeaderClassName
{
color: #BAE25B;
}
.AnyTagClassName
{
color: #BAE25B;
}
</style>
background-color css
<style>
a { background-color: #BAE25B; }
a { background-color: rgb(186,226,91); }
div.DivClassName
{
background-color: #BAE25B;
}
.BgClassName
{
background-color: #BAE25B;
}
</style>
border-color css
<style>
span { border-color: #BAE25B; }
span { border-color: rgb(186,226,91); }
td.TdClassName
{
border-color: #BAE25B;
}
.TagClassName
{
border-color: #BAE25B;
}
</style>