#5BB160

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

Shades of Fern #5BB160

Tints of Fern #5BB160

Color information

#5BB160 (or 0x5BB160) is unknown color: approx Fern. HEX triplet: 5B, B1 and 60. RGB value is (91,177,96). Sum of RGB (Red+Green+Blue) = 91+177+96=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB160 is #A44E9F. Grayscale: #8E8E8E. Windows color (decimal): -10768032 or 6336859. OLE color: 6336859.

HSL color Cylindrical-coordinate representation of color #5BB160: hue angle of 123.49º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB160 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB9117796-
CMYK0.4900.460.31
HSL123.49º35.54%52.55%-
HSV(B)123.49º48.59%69.41%-
XYZ22.1534.5116.56-
YUV142.05102.0191.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=25%
G=48.63%
B=26.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91177960.4900.460.31123.4935.5452.55
Hex5BB1603102E1F7b2435
Octal13326114061056371734465
Binary10110111011000111000001100010101110111111111011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,177,96); }

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

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

 a { background-color: rgb(91,177,96); }

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

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

 span { border-color: rgb(91,177,96); }

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