#5BA632

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

Shades of Limeade #5BA632

Tints of Limeade #5BA632

Color information

#5BA632 (or 0x5BA632) is unknown color: approx Limeade. HEX triplet: 5B, A6 and 32. RGB value is (91,166,50). Sum of RGB (Red+Green+Blue) = 91+166+50=307 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.64% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA632 is #A459CD. Grayscale: #828282. Windows color (decimal): -10770894 or 3319387. OLE color: 3319387.

HSL color Cylindrical-coordinate representation of color #5BA632: hue angle of 98.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5BA632 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB9116650-
CMYK0.4500.700.35
HSL98.79º53.7%42.35%-
HSV(B)98.79º69.88%65.1%-
XYZ18.5329.737.78-
YUV130.3582.6599.93-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.64%
GREEN value IS 166 (65.23% from 255) = 54.07%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=29.64%
G=54.07%
B=16.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91166500.4500.700.3598.7953.742.35
Hex5BA6322D0462363362a
Octal13324662550106431436652
Binary101101110100110110010101101010001101000111100011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,166,50); }

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

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

 a { background-color: rgb(91,166,50); }

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

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

 span { border-color: rgb(91,166,50); }

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