#5bba6f

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

Shades of Fern #5BBA6F

Tints of Fern #5BBA6F

Color information

#5BBA6F (or 0x5BBA6F) is unknown color: approx Fern. HEX triplet: 5B, BA and 6F. RGB value is (91,186,111). Sum of RGB (Red+Green+Blue) = 91+186+111=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BBA6F is #A44590. Grayscale: #959595. Windows color (decimal): -10765713 or 7322203. OLE color: 7322203.

HSL color Cylindrical-coordinate representation of color #5BBA6F: hue angle of 132.63º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBA6F is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB91186111-
CMYK0.5100.400.27
HSL132.63º40.77%54.31%-
HSV(B)132.63º51.08%72.94%-
XYZ24.7438.4921.16-
YUV149.04106.5386.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.45%
GREEN value IS 186 (73.05% from 255) = 47.94%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=23.45%
G=47.94%
B=28.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal911861110.5100.400.27132.6340.7754.31
Hex5BBA6F330281B852936
Octal13327215763050332055166
Binary101101110111010110111111001101010001101110000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bba6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,186,111); }

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

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

 a { background-color: rgb(91,186,111); }

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

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

 span { border-color: rgb(91,186,111); }

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