Html Css Color HEX #649C1A Limeade

📋 copy color: '#649C1A'

red 100 ◦ green 156 ◦ blue 26

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

Shades of Limeade #649C1A

Tints of Limeade #649C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.32%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 35.46%
G = 55.32%
B = 9.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#649C1A (or 0x649C1A) is known color: Limeade. HEX triplet: 64, 9C and 1A. RGB value is (100,156,26). Sum of RGB (Red+Green+Blue) = 100+156+26=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 156 (61.33% from 255 or 55.32% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 156 - color contains mainly: green. Hex color #649C1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C1A is #9B63E5. Grayscale: #7C7C7C. Windows color (decimal): -10183654 or 1743972. OLE color: 1743972.

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

Color convert

RGB 100 156 26 -
CMYK 0.36 0 0.83 0.39
HSL 85.85º 0.71% 0.36% -
HSV(B) 85.85º 0.83% 0.61% -
XYZ 17.33 26.56 5.19 -
YUV 124.44 72.45 110.57 -
System Red Green Blue C M Y K H S L
Decimal 100 156 26 0.36 0 0.83 0.39 85.85 0.71 0.36
Hex 64 9C 1A 24 0 53 27 56 47 24
Octal 144 234 32 44 0 123 47 126 107 44
Binary 1100100 10011100 11010 100100 0 1010011 100111 1010110 1000111 100100

Color Harmonies of #649C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C1A

Black with #649C1A

Text Example


Text Example

White with #649C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,156,26); }

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

background-color css

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

 a { background-color: rgb(100,156,26); }

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

border-color css

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

 span { border-color: rgb(100,156,26); }

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