Html Css Color HEX #649B16 Limeade

📋 copy color: '#649B16'

red 100 ◦ green 155 ◦ blue 22

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

Shades of Limeade #649B16

Tints of Limeade #649B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 36.1%
G = 55.96%
B = 7.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#649B16 (or 0x649B16) is known color: Limeade. HEX triplet: 64, 9B and 16. RGB value is (100,155,22). Sum of RGB (Red+Green+Blue) = 100+155+22=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 155 (60.94% from 255 or 55.96% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 155 - color contains mainly: green. Hex color #649B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649B16 is #9B64E9. Grayscale: #7B7B7B. Windows color (decimal): -10183914 or 1481572. OLE color: 1481572.

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

Color convert

RGB 100 155 22 -
CMYK 0.35 0 0.86 0.39
HSL 84.81º 0.75% 0.35% -
HSV(B) 84.81º 0.86% 0.61% -
XYZ 17.12 26.21 4.92 -
YUV 123.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 100 155 22 0.35 0 0.86 0.39 84.81 0.75 0.35
Hex 64 9B 16 23 0 56 27 55 4B 23
Octal 144 233 26 43 0 126 47 125 113 43
Binary 1100100 10011011 10110 100011 0 1010110 100111 1010101 1001011 100011

Color Harmonies of #649B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649B16

Black with #649B16

Text Example


Text Example

White with #649B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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