#659B32

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

Shades of Limeade #659B32

Tints of Limeade #659B32

Color information

#659B32 (or 0x659B32) is unknown color: approx Limeade. HEX triplet: 65, 9B and 32. RGB value is (101,155,50). Sum of RGB (Red+Green+Blue) = 101+155+50=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #659B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B32 is #9A64CD. Grayscale: #7F7F7F. Windows color (decimal): -10118350 or 3316581. OLE color: 3316581.

HSL color Cylindrical-coordinate representation of color #659B32: hue angle of 90.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #659B32 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB10115550-
CMYK0.3500.680.39
HSL90.86º51.22%40.2%-
HSV(B)90.86º67.74%60.78%-
XYZ17.6626.447.19-
YUV126.8884.61109.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.01%
GREEN value IS 155 (60.94% from 255) = 50.65%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=33.01%
G=50.65%
B=16.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155500.3500.680.3990.8651.2240.2
Hex659B3223044275b3328
Octal14523362430104471336350
Binary110010110011011110010100011010001001001111011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B32; }

 p { color: rgb(101,155,50); }

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

<style>
 a { background-color: #659B32; }

 a { background-color: rgb(101,155,50); }

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

<style>
 span { border-color: #659B32; }

 span { border-color: rgb(101,155,50); }

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