Shades of Fern #5BA26A
Tints of Fern #5BA26A
RGB
CMYK
RGB Variations
Color information
#5BA26A (or 0x5BA26A) is known color: Fern. HEX triplet: 5B, A2 and 6A. RGB value is (91,162,106). Sum of RGB (Red+Green+Blue) = 91+162+106=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #5BA26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA26A is #A45D95. Grayscale: #868686. Windows color (decimal): -10771862 or 6988379. OLE color: 6988379.
HSL color Cylindrical-coordinate representation of color #5BA26A: hue angle of 132.68º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5BA26A is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 162 | 106 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.36 |
| HSL | 132.68º | 0.28% | 0.5% | - |
| HSV(B) | 132.68º | 0.44% | 0.64% | - |
| XYZ | 19.84 | 29.11 | 18.21 | - |
| YUV | 134.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 162 | 106 | 0.44 | 0 | 0.35 | 0.36 | 132.68 | 0.28 | 0.5 |
| Hex | 5B | A2 | 6A | 2C | 0 | 23 | 24 | 85 | 1C | 32 |
| Octal | 133 | 242 | 152 | 54 | 0 | 43 | 44 | 205 | 34 | 62 |
| Binary | 1011011 | 10100010 | 1101010 | 101100 | 0 | 100011 | 100100 | 10000101 | 11100 | 110010 |
Color Harmonies of #5BA26A
Complementary color
Monochromatic Colors of #5BA26A
Black with #5BA26A
Text Example
Text Example
White with #5BA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA26A; }
p { color: rgb(91,162,106); }
H1.HeaderClassName
{
color: #5BA26A;
}
.AnyTagClassName
{
color: #5BA26A;
}
</style>
background-color css
<style>
a { background-color: #5BA26A; }
a { background-color: rgb(91,162,106); }
div.DivClassName
{
background-color: #5BA26A;
}
.BgClassName
{
background-color: #5BA26A;
}
</style>
border-color css
<style>
span { border-color: #5BA26A; }
span { border-color: rgb(91,162,106); }
td.TdClassName
{
border-color: #5BA26A;
}
.TagClassName
{
border-color: #5BA26A;
}
</style>