Shades of Conifer #BAE546
Tints of Conifer #BAE546
RGB
CMYK
RGB Variations
Color information
#BAE546 (or 0xBAE546) is known color: Conifer. HEX triplet: BA, E5 and 46. RGB value is (186,229,70). Sum of RGB (Red+Green+Blue) = 186+229+70=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 70 (27.73% from 255 or 14.43% from 485); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE546 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE546 is #451AB9. Grayscale: #C6C6C6. Windows color (decimal): -4528826 or 4646330. OLE color: 4646330.
HSL color Cylindrical-coordinate representation of color #BAE546: hue angle of 76.23º 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 #BAE546 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 70 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.10 |
| HSL | 76.23º | 0.75% | 0.59% | - |
| HSV(B) | 76.23º | 0.69% | 0.9% | - |
| XYZ | 49.37 | 66.92 | 16.11 | - |
| YUV | 198.02 | 55.75 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 70 | 0.19 | 0 | 0.69 | 0.10 | 76.23 | 0.75 | 0.59 |
| Hex | BA | E5 | 46 | 13 | 0 | 45 | A | 4C | 4B | 3B |
| Octal | 272 | 345 | 106 | 23 | 0 | 105 | 12 | 114 | 113 | 73 |
| Binary | 10111010 | 11100101 | 1000110 | 10011 | 0 | 1000101 | 1010 | 1001100 | 1001011 | 111011 |
Color Harmonies of #BAE546
Complementary color
Monochromatic Colors of #BAE546
Black with #BAE546
Text Example
Text Example
White with #BAE546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE546; }
p { color: rgb(186,229,70); }
H1.HeaderClassName
{
color: #BAE546;
}
.AnyTagClassName
{
color: #BAE546;
}
</style>
background-color css
<style>
a { background-color: #BAE546; }
a { background-color: rgb(186,229,70); }
div.DivClassName
{
background-color: #BAE546;
}
.BgClassName
{
background-color: #BAE546;
}
</style>
border-color css
<style>
span { border-color: #BAE546; }
span { border-color: rgb(186,229,70); }
td.TdClassName
{
border-color: #BAE546;
}
.TagClassName
{
border-color: #BAE546;
}
</style>