Shades of Conifer #BAE262
Tints of Conifer #BAE262
RGB
CMYK
RGB Variations
Color information
#BAE262 (or 0xBAE262) is known color: Conifer. HEX triplet: BA, E2 and 62. RGB value is (186,226,98). Sum of RGB (Red+Green+Blue) = 186+226+98=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE262 is #451D9D. Grayscale: #C7C7C7. Windows color (decimal): -4529566 or 6480570. OLE color: 6480570.
HSL color Cylindrical-coordinate representation of color #BAE262: hue angle of 78.75º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE262 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 98 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.11 |
| HSL | 78.75º | 0.69% | 0.64% | - |
| HSV(B) | 78.75º | 0.57% | 0.89% | - |
| XYZ | 49.65 | 65.71 | 21.62 | - |
| YUV | 199.45 | 70.75 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 98 | 0.18 | 0 | 0.57 | 0.11 | 78.75 | 0.69 | 0.64 |
| Hex | BA | E2 | 62 | 12 | 0 | 39 | B | 4F | 45 | 40 |
| Octal | 272 | 342 | 142 | 22 | 0 | 71 | 13 | 117 | 105 | 100 |
| Binary | 10111010 | 11100010 | 1100010 | 10010 | 0 | 111001 | 1011 | 1001111 | 1000101 | 1000000 |
Color Harmonies of #BAE262
Complementary color
Monochromatic Colors of #BAE262
Black with #BAE262
Text Example
Text Example
White with #BAE262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE262; }
p { color: rgb(186,226,98); }
H1.HeaderClassName
{
color: #BAE262;
}
.AnyTagClassName
{
color: #BAE262;
}
</style>
background-color css
<style>
a { background-color: #BAE262; }
a { background-color: rgb(186,226,98); }
div.DivClassName
{
background-color: #BAE262;
}
.BgClassName
{
background-color: #BAE262;
}
</style>
border-color css
<style>
span { border-color: #BAE262; }
span { border-color: rgb(186,226,98); }
td.TdClassName
{
border-color: #BAE262;
}
.TagClassName
{
border-color: #BAE262;
}
</style>