Html Css Color HEX #80A61B Lima

📋 copy color: '#80A61B'

red 128 ◦ green 166 ◦ blue 27

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

Shades of Lima #80A61B

Tints of Lima #80A61B

RGB

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

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

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

R = 39.88%
G = 51.71%
B = 8.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#80A61B (or 0x80A61B) is known color: Lima. HEX triplet: 80, A6 and 1B. RGB value is (128,166,27). Sum of RGB (Red+Green+Blue) = 128+166+27=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #80A61B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A61B is #7F59E4. Grayscale: #8B8B8B. Windows color (decimal): -8346085 or 1812096. OLE color: 1812096.

HSL color Cylindrical-coordinate representation of color #80A61B: hue angle of 76.4º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80A61B is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 166 27 -
CMYK 0.23 0 0.84 0.35
HSL 76.4º 0.72% 0.38% -
HSV(B) 76.4º 0.84% 0.65% -
XYZ 22.74 31.94 6 -
YUV 138.79 64.91 120.3 -
System Red Green Blue C M Y K H S L
Decimal 128 166 27 0.23 0 0.84 0.35 76.4 0.72 0.38
Hex 80 A6 1B 17 0 54 23 4C 48 26
Octal 200 246 33 27 0 124 43 114 110 46
Binary 10000000 10100110 11011 10111 0 1010100 100011 1001100 1001000 100110

Color Harmonies of #80A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A61B

Black with #80A61B

Text Example


Text Example

White with #80A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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