Html Css Color HEX #80A457 Asparagus

📋 copy color: '#80A457'

red 128 ◦ green 164 ◦ blue 87

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

Shades of Asparagus #80A457

Tints of Asparagus #80A457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.96%

R = 33.77%
G = 43.27%
B = 22.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#80A457 (or 0x80A457) is known color: Asparagus. HEX triplet: 80, A4 and 57. RGB value is (128,164,87). Sum of RGB (Red+Green+Blue) = 128+164+87=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 87 (34.38% from 255 or 22.96% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #80A457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A457 is #7F5BA8. Grayscale: #909090. Windows color (decimal): -8346537 or 5743744. OLE color: 5743744.

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

Color convert

RGB 128 164 87 -
CMYK 0.22 0 0.47 0.36
HSL 88.05º 0.31% 0.49% -
HSV(B) 88.05º 0.47% 0.64% -
XYZ 23.9 31.83 13.9 -
YUV 144.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 128 164 87 0.22 0 0.47 0.36 88.05 0.31 0.49
Hex 80 A4 57 16 0 2F 24 58 1F 31
Octal 200 244 127 26 0 57 44 130 37 61
Binary 10000000 10100100 1010111 10110 0 101111 100100 1011000 11111 110001

Color Harmonies of #80A457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A457

Black with #80A457

Text Example


Text Example

White with #80A457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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