Shades of Conifer #BAE662
Tints of Conifer #BAE662
RGB
CMYK
RGB Variations
Color information
#BAE662 (or 0xBAE662) is known color: Conifer. HEX triplet: BA, E6 and 62. RGB value is (186,230,98). Sum of RGB (Red+Green+Blue) = 186+230+98=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE662 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE662 is #45199D. Grayscale: #CACACA. Windows color (decimal): -4528542 or 6481594. OLE color: 6481594.
HSL color Cylindrical-coordinate representation of color #BAE662: hue angle of 80º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE662 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 98 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.10 |
| HSL | 80º | 0.73% | 0.64% | - |
| HSV(B) | 80º | 0.57% | 0.9% | - |
| XYZ | 50.75 | 67.91 | 21.99 | - |
| YUV | 201.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 98 | 0.19 | 0 | 0.57 | 0.10 | 80 | 0.73 | 0.64 |
| Hex | BA | E6 | 62 | 13 | 0 | 39 | A | 50 | 49 | 40 |
| Octal | 272 | 346 | 142 | 23 | 0 | 71 | 12 | 120 | 111 | 100 |
| Binary | 10111010 | 11100110 | 1100010 | 10011 | 0 | 111001 | 1010 | 1010000 | 1001001 | 1000000 |
Color Harmonies of #BAE662
Complementary color
Monochromatic Colors of #BAE662
Black with #BAE662
Text Example
Text Example
White with #BAE662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE662; }
p { color: rgb(186,230,98); }
H1.HeaderClassName
{
color: #BAE662;
}
.AnyTagClassName
{
color: #BAE662;
}
</style>
background-color css
<style>
a { background-color: #BAE662; }
a { background-color: rgb(186,230,98); }
div.DivClassName
{
background-color: #BAE662;
}
.BgClassName
{
background-color: #BAE662;
}
</style>
border-color css
<style>
span { border-color: #BAE662; }
span { border-color: rgb(186,230,98); }
td.TdClassName
{
border-color: #BAE662;
}
.TagClassName
{
border-color: #BAE662;
}
</style>