Shades of Conifer #BAE268
Tints of Conifer #BAE268
RGB
CMYK
RGB Variations
Color information
#BAE268 (or 0xBAE268) is known color: Conifer. HEX triplet: BA, E2 and 68. RGB value is (186,226,104). Sum of RGB (Red+Green+Blue) = 186+226+104=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE268 is #451D97. Grayscale: #C8C8C8. Windows color (decimal): -4529560 or 6873786. OLE color: 6873786.
HSL color Cylindrical-coordinate representation of color #BAE268: hue angle of 79.67º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAE268 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 104 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.11 |
| HSL | 79.67º | 0.68% | 0.65% | - |
| HSV(B) | 79.67º | 0.54% | 0.89% | - |
| XYZ | 49.94 | 65.83 | 23.17 | - |
| YUV | 200.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 104 | 0.18 | 0 | 0.54 | 0.11 | 79.67 | 0.68 | 0.65 |
| Hex | BA | E2 | 68 | 12 | 0 | 36 | B | 50 | 44 | 41 |
| Octal | 272 | 342 | 150 | 22 | 0 | 66 | 13 | 120 | 104 | 101 |
| Binary | 10111010 | 11100010 | 1101000 | 10010 | 0 | 110110 | 1011 | 1010000 | 1000100 | 1000001 |
Color Harmonies of #BAE268
Complementary color
Monochromatic Colors of #BAE268
Black with #BAE268
Text Example
Text Example
White with #BAE268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE268; }
p { color: rgb(186,226,104); }
H1.HeaderClassName
{
color: #BAE268;
}
.AnyTagClassName
{
color: #BAE268;
}
</style>
background-color css
<style>
a { background-color: #BAE268; }
a { background-color: rgb(186,226,104); }
div.DivClassName
{
background-color: #BAE268;
}
.BgClassName
{
background-color: #BAE268;
}
</style>
border-color css
<style>
span { border-color: #BAE268; }
span { border-color: rgb(186,226,104); }
td.TdClassName
{
border-color: #BAE268;
}
.TagClassName
{
border-color: #BAE268;
}
</style>