Shades of Conifer #BAE663
Tints of Conifer #BAE663
RGB
CMYK
RGB Variations
Color information
#BAE663 (or 0xBAE663) is known color: Conifer. HEX triplet: BA, E6 and 63. RGB value is (186,230,99). Sum of RGB (Red+Green+Blue) = 186+230+99=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE663 is #45199C. Grayscale: #CACACA. Windows color (decimal): -4528541 or 6547130. OLE color: 6547130.
HSL color Cylindrical-coordinate representation of color #BAE663: hue angle of 80.15º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE663 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 99 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.10 |
| HSL | 80.15º | 0.72% | 0.65% | - |
| HSV(B) | 80.15º | 0.57% | 0.9% | - |
| XYZ | 50.8 | 67.93 | 22.24 | - |
| YUV | 201.91 | 69.92 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 99 | 0.19 | 0 | 0.57 | 0.10 | 80.15 | 0.72 | 0.65 |
| Hex | BA | E6 | 63 | 13 | 0 | 39 | A | 50 | 48 | 41 |
| Octal | 272 | 346 | 143 | 23 | 0 | 71 | 12 | 120 | 110 | 101 |
| Binary | 10111010 | 11100110 | 1100011 | 10011 | 0 | 111001 | 1010 | 1010000 | 1001000 | 1000001 |
Color Harmonies of #BAE663
Complementary color
Monochromatic Colors of #BAE663
Black with #BAE663
Text Example
Text Example
White with #BAE663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE663; }
p { color: rgb(186,230,99); }
H1.HeaderClassName
{
color: #BAE663;
}
.AnyTagClassName
{
color: #BAE663;
}
</style>
background-color css
<style>
a { background-color: #BAE663; }
a { background-color: rgb(186,230,99); }
div.DivClassName
{
background-color: #BAE663;
}
.BgClassName
{
background-color: #BAE663;
}
</style>
border-color css
<style>
span { border-color: #BAE663; }
span { border-color: rgb(186,230,99); }
td.TdClassName
{
border-color: #BAE663;
}
.TagClassName
{
border-color: #BAE663;
}
</style>