Html Css Color HEX #80A965 Asparagus

📋 copy color: '#80A965'

red 128 ◦ green 169 ◦ blue 101

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

Shades of Asparagus #80A965

Tints of Asparagus #80A965

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.46%

 BLUE value IS 101 (39.84% from 255) = 25.38%

R = 32.16%
G = 42.46%
B = 25.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#80A965 (or 0x80A965) is known color: Asparagus. HEX triplet: 80, A9 and 65. RGB value is (128,169,101). Sum of RGB (Red+Green+Blue) = 128+169+101=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 169 - color contains mainly: green. Hex color #80A965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A965 is #7F569A. Grayscale: #959595. Windows color (decimal): -8345243 or 6662528. OLE color: 6662528.

HSL color Cylindrical-coordinate representation of color #80A965: hue angle of 96.18º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80A965 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 101 -
CMYK 0.24 0 0.40 0.34
HSL 96.18º 0.28% 0.53% -
HSV(B) 96.18º 0.4% 0.66% -
XYZ 25.44 33.9 17.52 -
YUV 148.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 128 169 101 0.24 0 0.40 0.34 96.18 0.28 0.53
Hex 80 A9 65 18 0 28 22 60 1C 35
Octal 200 251 145 30 0 50 42 140 34 65
Binary 10000000 10101001 1100101 11000 0 101000 100010 1100000 11100 110101

Color Harmonies of #80A965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A965

Black with #80A965

Text Example


Text Example

White with #80A965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,169,101); }

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

background-color css

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

 a { background-color: rgb(128,169,101); }

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

border-color css

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

 span { border-color: rgb(128,169,101); }

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