Shades of Fern #5BAA6A
Tints of Fern #5BAA6A
RGB
CMYK
RGB Variations
Color information
#5BAA6A (or 0x5BAA6A) is known color: Fern. HEX triplet: 5B, AA and 6A. RGB value is (91,170,106). Sum of RGB (Red+Green+Blue) = 91+170+106=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #5BAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAA6A is #A45595. Grayscale: #8B8B8B. Windows color (decimal): -10769814 or 6990427. OLE color: 6990427.
HSL color Cylindrical-coordinate representation of color #5BAA6A: hue angle of 131.39º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BAA6A is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 106 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.33 |
| HSL | 131.39º | 0.32% | 0.51% | - |
| HSV(B) | 131.39º | 0.46% | 0.67% | - |
| XYZ | 21.29 | 32.01 | 18.69 | - |
| YUV | 139.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 106 | 0.46 | 0 | 0.38 | 0.33 | 131.39 | 0.32 | 0.51 |
| Hex | 5B | AA | 6A | 2E | 0 | 26 | 21 | 83 | 20 | 33 |
| Octal | 133 | 252 | 152 | 56 | 0 | 46 | 41 | 203 | 40 | 63 |
| Binary | 1011011 | 10101010 | 1101010 | 101110 | 0 | 100110 | 100001 | 10000011 | 100000 | 110011 |
Color Harmonies of #5BAA6A
Complementary color
Monochromatic Colors of #5BAA6A
Black with #5BAA6A
Text Example
Text Example
White with #5BAA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAA6A; }
p { color: rgb(91,170,106); }
H1.HeaderClassName
{
color: #5BAA6A;
}
.AnyTagClassName
{
color: #5BAA6A;
}
</style>
background-color css
<style>
a { background-color: #5BAA6A; }
a { background-color: rgb(91,170,106); }
div.DivClassName
{
background-color: #5BAA6A;
}
.BgClassName
{
background-color: #5BAA6A;
}
</style>
border-color css
<style>
span { border-color: #5BAA6A; }
span { border-color: rgb(91,170,106); }
td.TdClassName
{
border-color: #5BAA6A;
}
.TagClassName
{
border-color: #5BAA6A;
}
</style>