Shades of Conifer #BAE454
Tints of Conifer #BAE454
RGB
CMYK
RGB Variations
Color information
#BAE454 (or 0xBAE454) is known color: Conifer. HEX triplet: BA, E4 and 54. RGB value is (186,228,84). Sum of RGB (Red+Green+Blue) = 186+228+84=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE454 is #451BAB. Grayscale: #C7C7C7. Windows color (decimal): -4529068 or 5563578. OLE color: 5563578.
HSL color Cylindrical-coordinate representation of color #BAE454: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE454 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 84 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.11 |
| HSL | 77.5º | 0.73% | 0.61% | - |
| HSV(B) | 77.5º | 0.63% | 0.89% | - |
| XYZ | 49.59 | 66.57 | 18.62 | - |
| YUV | 199.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 84 | 0.18 | 0 | 0.63 | 0.11 | 77.5 | 0.73 | 0.61 |
| Hex | BA | E4 | 54 | 12 | 0 | 3F | B | 4E | 49 | 3D |
| Octal | 272 | 344 | 124 | 22 | 0 | 77 | 13 | 116 | 111 | 75 |
| Binary | 10111010 | 11100100 | 1010100 | 10010 | 0 | 111111 | 1011 | 1001110 | 1001001 | 111101 |
Color Harmonies of #BAE454
Complementary color
Monochromatic Colors of #BAE454
Black with #BAE454
Text Example
Text Example
White with #BAE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE454; }
p { color: rgb(186,228,84); }
H1.HeaderClassName
{
color: #BAE454;
}
.AnyTagClassName
{
color: #BAE454;
}
</style>
background-color css
<style>
a { background-color: #BAE454; }
a { background-color: rgb(186,228,84); }
div.DivClassName
{
background-color: #BAE454;
}
.BgClassName
{
background-color: #BAE454;
}
</style>
border-color css
<style>
span { border-color: #BAE454; }
span { border-color: rgb(186,228,84); }
td.TdClassName
{
border-color: #BAE454;
}
.TagClassName
{
border-color: #BAE454;
}
</style>