#649B26

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

Shades of Limeade #649B26

Tints of Limeade #649B26

Color information

#649B26 (or 0x649B26) is unknown color: approx Limeade. HEX triplet: 64, 9B and 26. RGB value is (100,155,38). Sum of RGB (Red+Green+Blue) = 100+155+38=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #649B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B26 is #9B64D9. Grayscale: #7D7D7D. Windows color (decimal): -10183898 or 2530148. OLE color: 2530148.

HSL color Cylindrical-coordinate representation of color #649B26: hue angle of 88.21º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #649B26 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB10015538-
CMYK0.3500.750.39
HSL88.21º60.62%37.84%-
HSV(B)88.21º75.48%60.78%-
XYZ17.3326.296-
YUV125.2278.78110.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.13%
GREEN value IS 155 (60.94% from 255) = 52.90%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=34.13%
G=52.90%
B=12.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155380.3500.750.3988.2160.6237.84
Hex649B262304B27583d26
Octal14423346430113471307546
Binary110010010011011100110100011010010111001111011000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649B26; }

 p { color: rgb(100,155,38); }

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

<style>
 a { background-color: #649B26; }

 a { background-color: rgb(100,155,38); }

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

<style>
 span { border-color: #649B26; }

 span { border-color: rgb(100,155,38); }

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