Html Css Color HEX #649B32 Limeade

📋 copy color: '#649B32'

red 100 ◦ green 155 ◦ blue 50

#649B32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #649B32

Tints of Limeade #649B32

RGB

 RED value IS 100 (39.45% from 255) = 32.79%

 GREEN value IS 155 (60.94% from 255) = 50.82%

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 32.79%
G = 50.82%
B = 16.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#649B32 (or 0x649B32) is known color: Limeade. HEX triplet: 64, 9B and 32. RGB value is (100,155,50). Sum of RGB (Red+Green+Blue) = 100+155+50=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #649B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B32 is #9B64CD. Grayscale: #7E7E7E. Windows color (decimal): -10183886 or 3316580. OLE color: 3316580.

HSL color Cylindrical-coordinate representation of color #649B32: hue angle of 91.43º 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 #649B32 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 155 50 -
CMYK 0.35 0 0.68 0.39
HSL 91.43º 0.51% 0.4% -
HSV(B) 91.43º 0.68% 0.61% -
XYZ 17.55 26.38 7.18 -
YUV 126.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 100 155 50 0.35 0 0.68 0.39 91.43 0.51 0.4
Hex 64 9B 32 23 0 44 27 5B 33 28
Octal 144 233 62 43 0 104 47 133 63 50
Binary 1100100 10011011 110010 100011 0 1000100 100111 1011011 110011 101000

Color Harmonies of #649B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B32

Black with #649B32

Text Example


Text Example

White with #649B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #649B32;
 }
 .AnyTagClassName
 {
   color: #649B32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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