#5BB164

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

Shades of Fern #5BB164

Tints of Fern #5BB164

Color information

#5BB164 (or 0x5BB164) is unknown color: approx Fern. HEX triplet: 5B, B1 and 64. RGB value is (91,177,100). Sum of RGB (Red+Green+Blue) = 91+177+100=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #5BB164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB164 is #A44E9B. Grayscale: #8E8E8E. Windows color (decimal): -10768028 or 6599003. OLE color: 6599003.

HSL color Cylindrical-coordinate representation of color #5BB164: hue angle of 126.28º 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 #5BB164 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB91177100-
CMYK0.4900.440.31
HSL126.28º35.54%52.55%-
HSV(B)126.28º48.59%69.41%-
XYZ22.3434.5917.56-
YUV142.51104.0191.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.73%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=24.73%
G=48.10%
B=27.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911771000.4900.440.31126.2835.5452.55
Hex5BB1643102C1F7e2435
Octal13326114461054371764465
Binary10110111011000111001001100010101100111111111110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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