Shades of Conifer #BAE568
Tints of Conifer #BAE568
RGB
CMYK
RGB Variations
Color information
#BAE568 (or 0xBAE568) is known color: Conifer. HEX triplet: BA, E5 and 68. RGB value is (186,229,104). Sum of RGB (Red+Green+Blue) = 186+229+104=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE568 is #451A97. Grayscale: #CACACA. Windows color (decimal): -4528792 or 6874554. OLE color: 6874554.
HSL color Cylindrical-coordinate representation of color #BAE568: hue angle of 80.64º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAE568 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 104 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.10 |
| HSL | 80.64º | 0.71% | 0.65% | - |
| HSV(B) | 80.64º | 0.55% | 0.9% | - |
| XYZ | 50.77 | 67.48 | 23.45 | - |
| YUV | 201.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 104 | 0.19 | 0 | 0.55 | 0.10 | 80.64 | 0.71 | 0.65 |
| Hex | BA | E5 | 68 | 13 | 0 | 37 | A | 51 | 47 | 41 |
| Octal | 272 | 345 | 150 | 23 | 0 | 67 | 12 | 121 | 107 | 101 |
| Binary | 10111010 | 11100101 | 1101000 | 10011 | 0 | 110111 | 1010 | 1010001 | 1000111 | 1000001 |
Color Harmonies of #BAE568
Complementary color
Monochromatic Colors of #BAE568
Black with #BAE568
Text Example
Text Example
White with #BAE568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE568; }
p { color: rgb(186,229,104); }
H1.HeaderClassName
{
color: #BAE568;
}
.AnyTagClassName
{
color: #BAE568;
}
</style>
background-color css
<style>
a { background-color: #BAE568; }
a { background-color: rgb(186,229,104); }
div.DivClassName
{
background-color: #BAE568;
}
.BgClassName
{
background-color: #BAE568;
}
</style>
border-color css
<style>
span { border-color: #BAE568; }
span { border-color: rgb(186,229,104); }
td.TdClassName
{
border-color: #BAE568;
}
.TagClassName
{
border-color: #BAE568;
}
</style>