#5BA532

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

Shades of Limeade #5BA532

Tints of Limeade #5BA532

Color information

#5BA532 (or 0x5BA532) is unknown color: approx Limeade. HEX triplet: 5B, A5 and 32. RGB value is (91,165,50). Sum of RGB (Red+Green+Blue) = 91+165+50=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA532 is #A45ACD. Grayscale: #828282. Windows color (decimal): -10771150 or 3319131. OLE color: 3319131.

HSL color Cylindrical-coordinate representation of color #5BA532: hue angle of 98.61º degrees, saturation: 0.53, 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 #5BA532 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB9116550-
CMYK0.4500.700.35
HSL98.61º53.49%42.16%-
HSV(B)98.61º69.7%64.71%-
XYZ18.3529.367.72-
YUV129.7682.98100.35-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 165 (64.84% from 255) = 53.92%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=29.74%
G=53.92%
B=16.34%

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
Decimal91165500.4500.700.3598.6153.4942.16
Hex5BA5322D0462363352a
Octal13324562550106431436552
Binary101101110100101110010101101010001101000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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