Html Css Color HEX #80A41B Lima

📋 copy color: '#80A41B'

red 128 ◦ green 164 ◦ blue 27

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

Shades of Lima #80A41B

Tints of Lima #80A41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 40.13%
G = 51.41%
B = 8.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#80A41B (or 0x80A41B) is known color: Lima. HEX triplet: 80, A4 and 1B. RGB value is (128,164,27). Sum of RGB (Red+Green+Blue) = 128+164+27=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #80A41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A41B is #7F5BE4. Grayscale: #8A8A8A. Windows color (decimal): -8346597 or 1811584. OLE color: 1811584.

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

Color convert

RGB 128 164 27 -
CMYK 0.22 0 0.84 0.36
HSL 75.77º 0.72% 0.37% -
HSV(B) 75.77º 0.84% 0.64% -
XYZ 22.38 31.22 5.88 -
YUV 137.62 65.57 121.14 -
System Red Green Blue C M Y K H S L
Decimal 128 164 27 0.22 0 0.84 0.36 75.77 0.72 0.37
Hex 80 A4 1B 16 0 54 24 4C 48 25
Octal 200 244 33 26 0 124 44 114 110 45
Binary 10000000 10100100 11011 10110 0 1010100 100100 1001100 1001000 100101

Color Harmonies of #80A41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A41B

Black with #80A41B

Text Example


Text Example

White with #80A41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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