Html Css Color HEX #80A622 Lima

📋 copy color: '#80A622'

red 128 ◦ green 166 ◦ blue 34

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

Shades of Lima #80A622

Tints of Lima #80A622

RGB

 RED value IS 128 (50.39% from 255) = 39.02%

 GREEN value IS 166 (65.23% from 255) = 50.61%

 BLUE value IS 34 (13.67% from 255) = 10.37%

R = 39.02%
G = 50.61%
B = 10.37%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#80A622 (or 0x80A622) is known color: Lima. HEX triplet: 80, A6 and 22. RGB value is (128,166,34). Sum of RGB (Red+Green+Blue) = 128+166+34=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #80A622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A622 is #7F59DD. Grayscale: #8C8C8C. Windows color (decimal): -8346078 or 2270848. OLE color: 2270848.

HSL color Cylindrical-coordinate representation of color #80A622: hue angle of 77.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80A622 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 34 -
CMYK 0.23 0 0.80 0.35
HSL 77.27º 0.66% 0.39% -
HSV(B) 77.27º 0.8% 0.65% -
XYZ 22.83 31.98 6.48 -
YUV 139.59 68.41 119.73 -
System Red Green Blue C M Y K H S L
Decimal 128 166 34 0.23 0 0.80 0.35 77.27 0.66 0.39
Hex 80 A6 22 17 0 50 23 4D 42 27
Octal 200 246 42 27 0 120 43 115 102 47
Binary 10000000 10100110 100010 10111 0 1010000 100011 1001101 1000010 100111

Color Harmonies of #80A622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A622

Black with #80A622

Text Example


Text Example

White with #80A622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80A622; }

 p { color: rgb(128,166,34); }

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

background-color css

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

 a { background-color: rgb(128,166,34); }

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

border-color css

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

 span { border-color: rgb(128,166,34); }

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