Html Css Color HEX #649820 Limeade

📋 copy color: '#649820'

red 100 ◦ green 152 ◦ blue 32

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

Shades of Limeade #649820

Tints of Limeade #649820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 35.21%
G = 53.52%
B = 11.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#649820 (or 0x649820) is known color: Limeade. HEX triplet: 64, 98 and 20. RGB value is (100,152,32). Sum of RGB (Red+Green+Blue) = 100+152+32=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #649820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649820 is #9B67DF. Grayscale: #7B7B7B. Windows color (decimal): -10184672 or 2136164. OLE color: 2136164.

HSL color Cylindrical-coordinate representation of color #649820: hue angle of 86º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #649820 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 32 -
CMYK 0.34 0 0.79 0.40
HSL 86º 0.65% 0.36% -
HSV(B) 86º 0.79% 0.6% -
XYZ 16.74 25.27 5.36 -
YUV 122.77 76.77 111.76 -
System Red Green Blue C M Y K H S L
Decimal 100 152 32 0.34 0 0.79 0.40 86 0.65 0.36
Hex 64 98 20 22 0 4F 28 56 41 24
Octal 144 230 40 42 0 117 50 126 101 44
Binary 1100100 10011000 100000 100010 0 1001111 101000 1010110 1000001 100100

Color Harmonies of #649820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649820

Black with #649820

Text Example


Text Example

White with #649820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649820; }

 p { color: rgb(100,152,32); }

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

background-color css

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

 a { background-color: rgb(100,152,32); }

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

border-color css

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

 span { border-color: rgb(100,152,32); }

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