Shades of Conifer #BAE254
Tints of Conifer #BAE254
RGB
CMYK
RGB Variations
Color information
#BAE254 (or 0xBAE254) is known color: Conifer. HEX triplet: BA, E2 and 54. RGB value is (186,226,84). Sum of RGB (Red+Green+Blue) = 186+226+84=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 84 (33.20% from 255 or 16.94% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE254 is #451DAB. Grayscale: #C6C6C6. Windows color (decimal): -4529580 or 5563066. OLE color: 5563066.
HSL color Cylindrical-coordinate representation of color #BAE254: hue angle of 76.9º degrees, saturation: 0.71, 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 #BAE254 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 84 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.11 |
| HSL | 76.9º | 0.71% | 0.61% | - |
| HSV(B) | 76.9º | 0.63% | 0.89% | - |
| XYZ | 49.05 | 65.47 | 18.44 | - |
| YUV | 197.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 84 | 0.18 | 0 | 0.63 | 0.11 | 76.9 | 0.71 | 0.61 |
| Hex | BA | E2 | 54 | 12 | 0 | 3F | B | 4D | 47 | 3D |
| Octal | 272 | 342 | 124 | 22 | 0 | 77 | 13 | 115 | 107 | 75 |
| Binary | 10111010 | 11100010 | 1010100 | 10010 | 0 | 111111 | 1011 | 1001101 | 1000111 | 111101 |
Color Harmonies of #BAE254
Complementary color
Monochromatic Colors of #BAE254
Black with #BAE254
Text Example
Text Example
White with #BAE254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE254; }
p { color: rgb(186,226,84); }
H1.HeaderClassName
{
color: #BAE254;
}
.AnyTagClassName
{
color: #BAE254;
}
</style>
background-color css
<style>
a { background-color: #BAE254; }
a { background-color: rgb(186,226,84); }
div.DivClassName
{
background-color: #BAE254;
}
.BgClassName
{
background-color: #BAE254;
}
</style>
border-color css
<style>
span { border-color: #BAE254; }
span { border-color: rgb(186,226,84); }
td.TdClassName
{
border-color: #BAE254;
}
.TagClassName
{
border-color: #BAE254;
}
</style>