Shades of Apple #5BAB49
Tints of Apple #5BAB49
RGB
CMYK
RGB Variations
Color information
#5BAB49 (or 0x5BAB49) is known color: Apple. HEX triplet: 5B, AB and 49. RGB value is (91,171,73). Sum of RGB (Red+Green+Blue) = 91+171+73=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB49 is #A454B6. Grayscale: #888888. Windows color (decimal): -10769591 or 4827995. OLE color: 4827995.
HSL color Cylindrical-coordinate representation of color #5BAB49: hue angle of 108.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5BAB49 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 73 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.33 |
| HSL | 108.98º | 0.4% | 0.48% | - |
| HSV(B) | 108.98º | 0.57% | 0.67% | - |
| XYZ | 20.08 | 31.83 | 11.39 | - |
| YUV | 135.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 73 | 0.47 | 0 | 0.57 | 0.33 | 108.98 | 0.4 | 0.48 |
| Hex | 5B | AB | 49 | 2F | 0 | 39 | 21 | 6D | 28 | 30 |
| Octal | 133 | 253 | 111 | 57 | 0 | 71 | 41 | 155 | 50 | 60 |
| Binary | 1011011 | 10101011 | 1001001 | 101111 | 0 | 111001 | 100001 | 1101101 | 101000 | 110000 |
Color Harmonies of #5BAB49
Complementary color
Monochromatic Colors of #5BAB49
Black with #5BAB49
Text Example
Text Example
White with #5BAB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAB49; }
p { color: rgb(91,171,73); }
H1.HeaderClassName
{
color: #5BAB49;
}
.AnyTagClassName
{
color: #5BAB49;
}
</style>
background-color css
<style>
a { background-color: #5BAB49; }
a { background-color: rgb(91,171,73); }
div.DivClassName
{
background-color: #5BAB49;
}
.BgClassName
{
background-color: #5BAB49;
}
</style>
border-color css
<style>
span { border-color: #5BAB49; }
span { border-color: rgb(91,171,73); }
td.TdClassName
{
border-color: #5BAB49;
}
.TagClassName
{
border-color: #5BAB49;
}
</style>