Html Css Color HEX #80A415 Lima

📋 copy color: '#80A415'

red 128 ◦ green 164 ◦ blue 21

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

Shades of Lima #80A415

Tints of Lima #80A415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.4%

 BLUE value IS 21 (8.59% from 255) = 6.71%

R = 40.89%
G = 52.4%
B = 6.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#80A415 (or 0x80A415) is known color: Lima. HEX triplet: 80, A4 and 15. RGB value is (128,164,21). Sum of RGB (Red+Green+Blue) = 128+164+21=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #80A415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A415 is #7F5BEA. Grayscale: #898989. Windows color (decimal): -8346603 or 1418368. OLE color: 1418368.

HSL color Cylindrical-coordinate representation of color #80A415: hue angle of 75.1º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80A415 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 164 21 -
CMYK 0.22 0 0.87 0.36
HSL 75.1º 0.77% 0.36% -
HSV(B) 75.1º 0.87% 0.64% -
XYZ 22.31 31.19 5.55 -
YUV 136.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 128 164 21 0.22 0 0.87 0.36 75.1 0.77 0.36
Hex 80 A4 15 16 0 57 24 4B 4D 24
Octal 200 244 25 26 0 127 44 113 115 44
Binary 10000000 10100100 10101 10110 0 1010111 100100 1001011 1001101 100100

Color Harmonies of #80A415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A415

Black with #80A415

Text Example


Text Example

White with #80A415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,164,21); }

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

background-color css

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

 a { background-color: rgb(128,164,21); }

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

border-color css

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

 span { border-color: rgb(128,164,21); }

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