#5bac6c

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

Shades of Fern #5BAC6C

Tints of Fern #5BAC6C

Color information

#5BAC6C (or 0x5BAC6C) is unknown color: approx Fern. HEX triplet: 5B, AC and 6C. RGB value is (91,172,108). Sum of RGB (Red+Green+Blue) = 91+172+108=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #5BAC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAC6C is #A45393. Grayscale: #8C8C8C. Windows color (decimal): -10769300 or 7122011. OLE color: 7122011.

HSL color Cylindrical-coordinate representation of color #5BAC6C: hue angle of 132.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAC6C is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB91172108-
CMYK0.4700.370.33
HSL132.59º32.79%51.57%-
HSV(B)132.59º47.09%67.45%-
XYZ21.7732.8119.37-
YUV140.49109.6692.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.53%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=24.53%
G=46.36%
B=29.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal911721080.4700.370.33132.5932.7951.57
Hex5BAC6C2F02521852134
Octal13325415457045412054164
Binary1011011101011001101100101111010010110000110000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bac6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,172,108); }

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

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

 a { background-color: rgb(91,172,108); }

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

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

 span { border-color: rgb(91,172,108); }

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