Shades of Conifer #BAE54C
Tints of Conifer #BAE54C
RGB
CMYK
RGB Variations
Color information
#BAE54C (or 0xBAE54C) is known color: Conifer. HEX triplet: BA, E5 and 4C. RGB value is (186,229,76). Sum of RGB (Red+Green+Blue) = 186+229+76=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE54C is #451AB3. Grayscale: #C7C7C7. Windows color (decimal): -4528820 or 5039546. OLE color: 5039546.
HSL color Cylindrical-coordinate representation of color #BAE54C: hue angle of 76.86º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE54C is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 76 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.10 |
| HSL | 76.86º | 0.75% | 0.6% | - |
| HSV(B) | 76.86º | 0.67% | 0.9% | - |
| XYZ | 49.57 | 67 | 17.16 | - |
| YUV | 198.7 | 58.75 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 76 | 0.19 | 0 | 0.67 | 0.10 | 76.86 | 0.75 | 0.6 |
| Hex | BA | E5 | 4C | 13 | 0 | 43 | A | 4D | 4B | 3C |
| Octal | 272 | 345 | 114 | 23 | 0 | 103 | 12 | 115 | 113 | 74 |
| Binary | 10111010 | 11100101 | 1001100 | 10011 | 0 | 1000011 | 1010 | 1001101 | 1001011 | 111100 |
Color Harmonies of #BAE54C
Complementary color
Monochromatic Colors of #BAE54C
Black with #BAE54C
Text Example
Text Example
White with #BAE54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE54C; }
p { color: rgb(186,229,76); }
H1.HeaderClassName
{
color: #BAE54C;
}
.AnyTagClassName
{
color: #BAE54C;
}
</style>
background-color css
<style>
a { background-color: #BAE54C; }
a { background-color: rgb(186,229,76); }
div.DivClassName
{
background-color: #BAE54C;
}
.BgClassName
{
background-color: #BAE54C;
}
</style>
border-color css
<style>
span { border-color: #BAE54C; }
span { border-color: rgb(186,229,76); }
td.TdClassName
{
border-color: #BAE54C;
}
.TagClassName
{
border-color: #BAE54C;
}
</style>