Shades of Conifer #BAE25F
Tints of Conifer #BAE25F
RGB
CMYK
RGB Variations
Color information
#BAE25F (or 0xBAE25F) is known color: Conifer. HEX triplet: BA, E2 and 5F. RGB value is (186,226,95). Sum of RGB (Red+Green+Blue) = 186+226+95=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 95 (37.5% from 255 or 18.74% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE25F is #451DA0. Grayscale: #C7C7C7. Windows color (decimal): -4529569 or 6283962. OLE color: 6283962.
HSL color Cylindrical-coordinate representation of color #BAE25F: hue angle of 78.32º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE25F is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 95 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.11 |
| HSL | 78.32º | 0.69% | 0.63% | - |
| HSV(B) | 78.32º | 0.58% | 0.89% | - |
| XYZ | 49.51 | 65.66 | 20.89 | - |
| YUV | 199.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 95 | 0.18 | 0 | 0.58 | 0.11 | 78.32 | 0.69 | 0.63 |
| Hex | BA | E2 | 5F | 12 | 0 | 3A | B | 4E | 45 | 3F |
| Octal | 272 | 342 | 137 | 22 | 0 | 72 | 13 | 116 | 105 | 77 |
| Binary | 10111010 | 11100010 | 1011111 | 10010 | 0 | 111010 | 1011 | 1001110 | 1000101 | 111111 |
Color Harmonies of #BAE25F
Complementary color
Monochromatic Colors of #BAE25F
Black with #BAE25F
Text Example
Text Example
White with #BAE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE25F; }
p { color: rgb(186,226,95); }
H1.HeaderClassName
{
color: #BAE25F;
}
.AnyTagClassName
{
color: #BAE25F;
}
</style>
background-color css
<style>
a { background-color: #BAE25F; }
a { background-color: rgb(186,226,95); }
div.DivClassName
{
background-color: #BAE25F;
}
.BgClassName
{
background-color: #BAE25F;
}
</style>
border-color css
<style>
span { border-color: #BAE25F; }
span { border-color: rgb(186,226,95); }
td.TdClassName
{
border-color: #BAE25F;
}
.TagClassName
{
border-color: #BAE25F;
}
</style>