#5BA46B

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

Shades of Fern #5BA46B

Tints of Fern #5BA46B

Color information

#5BA46B (or 0x5BA46B) is unknown color: approx Fern. HEX triplet: 5B, A4 and 6B. RGB value is (91,164,107). Sum of RGB (Red+Green+Blue) = 91+164+107=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA46B is #A45B94. Grayscale: #878787. Windows color (decimal): -10771349 or 7054427. OLE color: 7054427.

HSL color Cylindrical-coordinate representation of color #5BA46B: hue angle of 133.15º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA46B is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB91164107-
CMYK0.4500.350.36
HSL133.15º28.63%50%-
HSV(B)133.15º44.51%64.31%-
XYZ20.2429.8418.6-
YUV135.68111.8296.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.14%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=25.14%
G=45.30%
B=29.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal911641070.4500.350.36133.1528.6350
Hex5BA46B2D02324851d32
Octal13324415355043442053562
Binary101101110100100110101110110101000111001001000010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA46B; }

 p { color: rgb(91,164,107); }

 H1.HeaderClassName
 {
   color: #5BA46B;
 }
 .AnyTagClassName
 {
   color: #5BA46B;
 }
</style>
background-color css

<style>
 a { background-color: #5BA46B; }

 a { background-color: rgb(91,164,107); }

 div.DivClassName
 {
   background-color: #5BA46B;
 }
 .BgClassName
 {
   background-color: #5BA46B;
 }
</style>
border-color css

<style>
 span { border-color: #5BA46B; }

 span { border-color: rgb(91,164,107); }

 td.TdClassName
 {
   border-color: #5BA46B;
 }
 .TagClassName
 {
   border-color: #5BA46B;
 }
</style>