Shades of Conifer #BAE260
Tints of Conifer #BAE260
RGB
CMYK
RGB Variations
Color information
#BAE260 (or 0xBAE260) is known color: Conifer. HEX triplet: BA, E2 and 60. RGB value is (186,226,96). Sum of RGB (Red+Green+Blue) = 186+226+96=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 96 (37.89% from 255 or 18.90% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE260 is #451D9F. Grayscale: #C7C7C7. Windows color (decimal): -4529568 or 6349498. OLE color: 6349498.
HSL color Cylindrical-coordinate representation of color #BAE260: hue angle of 78.46º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE260 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 96 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.11 |
| HSL | 78.46º | 0.69% | 0.63% | - |
| HSV(B) | 78.46º | 0.58% | 0.89% | - |
| XYZ | 49.56 | 65.68 | 21.13 | - |
| YUV | 199.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 96 | 0.18 | 0 | 0.58 | 0.11 | 78.46 | 0.69 | 0.63 |
| Hex | BA | E2 | 60 | 12 | 0 | 3A | B | 4E | 45 | 3F |
| Octal | 272 | 342 | 140 | 22 | 0 | 72 | 13 | 116 | 105 | 77 |
| Binary | 10111010 | 11100010 | 1100000 | 10010 | 0 | 111010 | 1011 | 1001110 | 1000101 | 111111 |
Color Harmonies of #BAE260
Complementary color
Monochromatic Colors of #BAE260
Black with #BAE260
Text Example
Text Example
White with #BAE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE260; }
p { color: rgb(186,226,96); }
H1.HeaderClassName
{
color: #BAE260;
}
.AnyTagClassName
{
color: #BAE260;
}
</style>
background-color css
<style>
a { background-color: #BAE260; }
a { background-color: rgb(186,226,96); }
div.DivClassName
{
background-color: #BAE260;
}
.BgClassName
{
background-color: #BAE260;
}
</style>
border-color css
<style>
span { border-color: #BAE260; }
span { border-color: rgb(186,226,96); }
td.TdClassName
{
border-color: #BAE260;
}
.TagClassName
{
border-color: #BAE260;
}
</style>