Shades of Conifer #BAE548
Tints of Conifer #BAE548
RGB
CMYK
RGB Variations
Color information
#BAE548 (or 0xBAE548) is known color: Conifer. HEX triplet: BA, E5 and 48. RGB value is (186,229,72). Sum of RGB (Red+Green+Blue) = 186+229+72=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE548 is #451AB7. Grayscale: #C6C6C6. Windows color (decimal): -4528824 or 4777402. OLE color: 4777402.
HSL color Cylindrical-coordinate representation of color #BAE548: hue angle of 76.43º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE548 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 72 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.10 |
| HSL | 76.43º | 0.75% | 0.59% | - |
| HSV(B) | 76.43º | 0.69% | 0.9% | - |
| XYZ | 49.44 | 66.95 | 16.45 | - |
| YUV | 198.25 | 56.75 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 72 | 0.19 | 0 | 0.69 | 0.10 | 76.43 | 0.75 | 0.59 |
| Hex | BA | E5 | 48 | 13 | 0 | 45 | A | 4C | 4B | 3B |
| Octal | 272 | 345 | 110 | 23 | 0 | 105 | 12 | 114 | 113 | 73 |
| Binary | 10111010 | 11100101 | 1001000 | 10011 | 0 | 1000101 | 1010 | 1001100 | 1001011 | 111011 |
Color Harmonies of #BAE548
Complementary color
Monochromatic Colors of #BAE548
Black with #BAE548
Text Example
Text Example
White with #BAE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE548; }
p { color: rgb(186,229,72); }
H1.HeaderClassName
{
color: #BAE548;
}
.AnyTagClassName
{
color: #BAE548;
}
</style>
background-color css
<style>
a { background-color: #BAE548; }
a { background-color: rgb(186,229,72); }
div.DivClassName
{
background-color: #BAE548;
}
.BgClassName
{
background-color: #BAE548;
}
</style>
border-color css
<style>
span { border-color: #BAE548; }
span { border-color: rgb(186,229,72); }
td.TdClassName
{
border-color: #BAE548;
}
.TagClassName
{
border-color: #BAE548;
}
</style>