#5BA26A

Color #5BA26A Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5BA26A

Tints of Fern #5BA26A

Color information

#5BA26A (or 0x5BA26A) is unknown color: approx 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

RGB91162106-
CMYK0.4400.350.36
HSL132.68º28.06%49.61%-
HSV(B)132.68º43.83%63.53%-
XYZ19.8429.1118.21-
YUV134.39111.9897.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 25.35%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=25.35%
G=45.13%
B=29.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911621060.4400.350.36132.6828.0649.61
Hex5BA26A2C02324851c32
Octal13324215254043442053462
Binary101101110100010110101010110001000111001001000010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>