Shades of Conifer #BAE551
Tints of Conifer #BAE551
RGB
CMYK
RGB Variations
Color information
#BAE551 (or 0xBAE551) is known color: Conifer. HEX triplet: BA, E5 and 51. RGB value is (186,229,81). Sum of RGB (Red+Green+Blue) = 186+229+81=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE551 is #451AAE. Grayscale: #C7C7C7. Windows color (decimal): -4528815 or 5367226. OLE color: 5367226.
HSL color Cylindrical-coordinate representation of color #BAE551: hue angle of 77.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAE551 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 81 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.10 |
| HSL | 77.43º | 0.74% | 0.61% | - |
| HSV(B) | 77.43º | 0.65% | 0.9% | - |
| XYZ | 49.75 | 67.07 | 18.11 | - |
| YUV | 199.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 81 | 0.19 | 0 | 0.65 | 0.10 | 77.43 | 0.74 | 0.61 |
| Hex | BA | E5 | 51 | 13 | 0 | 41 | A | 4D | 4A | 3D |
| Octal | 272 | 345 | 121 | 23 | 0 | 101 | 12 | 115 | 112 | 75 |
| Binary | 10111010 | 11100101 | 1010001 | 10011 | 0 | 1000001 | 1010 | 1001101 | 1001010 | 111101 |
Color Harmonies of #BAE551
Complementary color
Monochromatic Colors of #BAE551
Black with #BAE551
Text Example
Text Example
White with #BAE551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE551; }
p { color: rgb(186,229,81); }
H1.HeaderClassName
{
color: #BAE551;
}
.AnyTagClassName
{
color: #BAE551;
}
</style>
background-color css
<style>
a { background-color: #BAE551; }
a { background-color: rgb(186,229,81); }
div.DivClassName
{
background-color: #BAE551;
}
.BgClassName
{
background-color: #BAE551;
}
</style>
border-color css
<style>
span { border-color: #BAE551; }
span { border-color: rgb(186,229,81); }
td.TdClassName
{
border-color: #BAE551;
}
.TagClassName
{
border-color: #BAE551;
}
</style>