Shades of Conifer #BAE04D
Tints of Conifer #BAE04D
RGB
CMYK
RGB Variations
Color information
#BAE04D (or 0xBAE04D) is known color: Conifer. HEX triplet: BA, E0 and 4D. RGB value is (186,224,77). Sum of RGB (Red+Green+Blue) = 186+224+77=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE04D is #451FB2. Grayscale: #C4C4C4. Windows color (decimal): -4530099 or 5103802. OLE color: 5103802.
HSL color Cylindrical-coordinate representation of color #BAE04D: hue angle of 75.51º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE04D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 77 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.12 |
| HSL | 75.51º | 0.7% | 0.59% | - |
| HSV(B) | 75.51º | 0.66% | 0.88% | - |
| XYZ | 48.24 | 64.29 | 16.89 | - |
| YUV | 195.88 | 60.91 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 77 | 0.17 | 0 | 0.66 | 0.12 | 75.51 | 0.7 | 0.59 |
| Hex | BA | E0 | 4D | 11 | 0 | 42 | C | 4C | 46 | 3B |
| Octal | 272 | 340 | 115 | 21 | 0 | 102 | 14 | 114 | 106 | 73 |
| Binary | 10111010 | 11100000 | 1001101 | 10001 | 0 | 1000010 | 1100 | 1001100 | 1000110 | 111011 |
Color Harmonies of #BAE04D
Complementary color
Monochromatic Colors of #BAE04D
Black with #BAE04D
Text Example
Text Example
White with #BAE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE04D; }
p { color: rgb(186,224,77); }
H1.HeaderClassName
{
color: #BAE04D;
}
.AnyTagClassName
{
color: #BAE04D;
}
</style>
background-color css
<style>
a { background-color: #BAE04D; }
a { background-color: rgb(186,224,77); }
div.DivClassName
{
background-color: #BAE04D;
}
.BgClassName
{
background-color: #BAE04D;
}
</style>
border-color css
<style>
span { border-color: #BAE04D; }
span { border-color: rgb(186,224,77); }
td.TdClassName
{
border-color: #BAE04D;
}
.TagClassName
{
border-color: #BAE04D;
}
</style>