Shades of Conifer #BAE14C
Tints of Conifer #BAE14C
RGB
CMYK
RGB Variations
Color information
#BAE14C (or 0xBAE14C) is known color: Conifer. HEX triplet: BA, E1 and 4C. RGB value is (186,225,76). Sum of RGB (Red+Green+Blue) = 186+225+76=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 225 (88.28% from 255 or 46.20% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE14C is #451EB3. Grayscale: #C4C4C4. Windows color (decimal): -4529844 or 5038522. OLE color: 5038522.
HSL color Cylindrical-coordinate representation of color #BAE14C: hue angle of 75.7º degrees, saturation: 0.71, 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 #BAE14C is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 76 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.12 |
| HSL | 75.7º | 0.71% | 0.59% | - |
| HSV(B) | 75.7º | 0.66% | 0.88% | - |
| XYZ | 48.48 | 64.81 | 16.79 | - |
| YUV | 196.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 76 | 0.17 | 0 | 0.66 | 0.12 | 75.7 | 0.71 | 0.59 |
| Hex | BA | E1 | 4C | 11 | 0 | 42 | C | 4C | 47 | 3B |
| Octal | 272 | 341 | 114 | 21 | 0 | 102 | 14 | 114 | 107 | 73 |
| Binary | 10111010 | 11100001 | 1001100 | 10001 | 0 | 1000010 | 1100 | 1001100 | 1000111 | 111011 |
Color Harmonies of #BAE14C
Complementary color
Monochromatic Colors of #BAE14C
Black with #BAE14C
Text Example
Text Example
White with #BAE14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE14C; }
p { color: rgb(186,225,76); }
H1.HeaderClassName
{
color: #BAE14C;
}
.AnyTagClassName
{
color: #BAE14C;
}
</style>
background-color css
<style>
a { background-color: #BAE14C; }
a { background-color: rgb(186,225,76); }
div.DivClassName
{
background-color: #BAE14C;
}
.BgClassName
{
background-color: #BAE14C;
}
</style>
border-color css
<style>
span { border-color: #BAE14C; }
span { border-color: rgb(186,225,76); }
td.TdClassName
{
border-color: #BAE14C;
}
.TagClassName
{
border-color: #BAE14C;
}
</style>