Html Css Color HEX #80A523 Lima

📋 copy color: '#80A523'

red 128 ◦ green 165 ◦ blue 35

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

Shades of Lima #80A523

Tints of Lima #80A523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.3%

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 39.02%
G = 50.3%
B = 10.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#80A523 (or 0x80A523) is known color: Lima. HEX triplet: 80, A5 and 23. RGB value is (128,165,35). Sum of RGB (Red+Green+Blue) = 128+165+35=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #80A523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A523 is #7F5ADC. Grayscale: #8B8B8B. Windows color (decimal): -8346333 or 2336128. OLE color: 2336128.

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

Color convert

RGB 128 165 35 -
CMYK 0.22 0 0.79 0.35
HSL 77.08º 0.65% 0.39% -
HSV(B) 77.08º 0.79% 0.65% -
XYZ 22.66 31.62 6.5 -
YUV 139.12 69.24 120.07 -
System Red Green Blue C M Y K H S L
Decimal 128 165 35 0.22 0 0.79 0.35 77.08 0.65 0.39
Hex 80 A5 23 16 0 4F 23 4D 41 27
Octal 200 245 43 26 0 117 43 115 101 47
Binary 10000000 10100101 100011 10110 0 1001111 100011 1001101 1000001 100111

Color Harmonies of #80A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A523

Black with #80A523

Text Example


Text Example

White with #80A523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,165,35); }

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

background-color css

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

 a { background-color: rgb(128,165,35); }

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

border-color css

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

 span { border-color: rgb(128,165,35); }

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