Shades of Conifer #BAE848
Tints of Conifer #BAE848
RGB
CMYK
RGB Variations
Color information
#BAE848 (or 0xBAE848) is known color: Conifer. HEX triplet: BA, E8 and 48. RGB value is (186,232,72). Sum of RGB (Red+Green+Blue) = 186+232+72=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE848 is #4517B7. Grayscale: #C8C8C8. Windows color (decimal): -4528056 or 4778170. OLE color: 4778170.
HSL color Cylindrical-coordinate representation of color #BAE848: hue angle of 77.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE848 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 72 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.09 |
| HSL | 77.25º | 0.78% | 0.6% | - |
| HSV(B) | 77.25º | 0.69% | 0.91% | - |
| XYZ | 50.28 | 68.62 | 16.73 | - |
| YUV | 200.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 72 | 0.20 | 0 | 0.69 | 0.09 | 77.25 | 0.78 | 0.6 |
| Hex | BA | E8 | 48 | 14 | 0 | 45 | 9 | 4D | 4E | 3C |
| Octal | 272 | 350 | 110 | 24 | 0 | 105 | 11 | 115 | 116 | 74 |
| Binary | 10111010 | 11101000 | 1001000 | 10100 | 0 | 1000101 | 1001 | 1001101 | 1001110 | 111100 |
Color Harmonies of #BAE848
Complementary color
Monochromatic Colors of #BAE848
Black with #BAE848
Text Example
Text Example
White with #BAE848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE848; }
p { color: rgb(186,232,72); }
H1.HeaderClassName
{
color: #BAE848;
}
.AnyTagClassName
{
color: #BAE848;
}
</style>
background-color css
<style>
a { background-color: #BAE848; }
a { background-color: rgb(186,232,72); }
div.DivClassName
{
background-color: #BAE848;
}
.BgClassName
{
background-color: #BAE848;
}
</style>
border-color css
<style>
span { border-color: #BAE848; }
span { border-color: rgb(186,232,72); }
td.TdClassName
{
border-color: #BAE848;
}
.TagClassName
{
border-color: #BAE848;
}
</style>