Shades of Conifer #BAE063
Tints of Conifer #BAE063
RGB
CMYK
RGB Variations
Color information
#BAE063 (or 0xBAE063) is known color: Conifer. HEX triplet: BA, E0 and 63. RGB value is (186,224,99). Sum of RGB (Red+Green+Blue) = 186+224+99=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE063 is #451F9C. Grayscale: #C6C6C6. Windows color (decimal): -4530077 or 6545594. OLE color: 6545594.
HSL color Cylindrical-coordinate representation of color #BAE063: hue angle of 78.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAE063 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 99 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.12 |
| HSL | 78.24º | 0.67% | 0.63% | - |
| HSV(B) | 78.24º | 0.56% | 0.88% | - |
| XYZ | 49.16 | 64.65 | 21.69 | - |
| YUV | 198.39 | 71.91 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 99 | 0.17 | 0 | 0.56 | 0.12 | 78.24 | 0.67 | 0.63 |
| Hex | BA | E0 | 63 | 11 | 0 | 38 | C | 4E | 43 | 3F |
| Octal | 272 | 340 | 143 | 21 | 0 | 70 | 14 | 116 | 103 | 77 |
| Binary | 10111010 | 11100000 | 1100011 | 10001 | 0 | 111000 | 1100 | 1001110 | 1000011 | 111111 |
Color Harmonies of #BAE063
Complementary color
Monochromatic Colors of #BAE063
Black with #BAE063
Text Example
Text Example
White with #BAE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE063; }
p { color: rgb(186,224,99); }
H1.HeaderClassName
{
color: #BAE063;
}
.AnyTagClassName
{
color: #BAE063;
}
</style>
background-color css
<style>
a { background-color: #BAE063; }
a { background-color: rgb(186,224,99); }
div.DivClassName
{
background-color: #BAE063;
}
.BgClassName
{
background-color: #BAE063;
}
</style>
border-color css
<style>
span { border-color: #BAE063; }
span { border-color: rgb(186,224,99); }
td.TdClassName
{
border-color: #BAE063;
}
.TagClassName
{
border-color: #BAE063;
}
</style>