Html Css Color HEX #80A268 Asparagus

📋 copy color: '#80A268'

red 128 ◦ green 162 ◦ blue 104

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

Shades of Asparagus #80A268

Tints of Asparagus #80A268

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.12%

 BLUE value IS 104 (41.02% from 255) = 26.4%

R = 32.49%
G = 41.12%
B = 26.4%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#80A268 (or 0x80A268) is known color: Asparagus. HEX triplet: 80, A2 and 68. RGB value is (128,162,104). Sum of RGB (Red+Green+Blue) = 128+162+104=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #80A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A268 is #7F5D97. Grayscale: #919191. Windows color (decimal): -8347032 or 6857344. OLE color: 6857344.

HSL color Cylindrical-coordinate representation of color #80A268: hue angle of 95.17º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80A268 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 104 -
CMYK 0.21 0 0.36 0.36
HSL 95.17º 0.24% 0.52% -
HSV(B) 95.17º 0.36% 0.64% -
XYZ 24.32 31.43 17.88 -
YUV 145.22 104.74 115.72 -
System Red Green Blue C M Y K H S L
Decimal 128 162 104 0.21 0 0.36 0.36 95.17 0.24 0.52
Hex 80 A2 68 15 0 24 24 5F 18 34
Octal 200 242 150 25 0 44 44 137 30 64
Binary 10000000 10100010 1101000 10101 0 100100 100100 1011111 11000 110100

Color Harmonies of #80A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A268

Black with #80A268

Text Example


Text Example

White with #80A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,162,104); }

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

background-color css

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

 a { background-color: rgb(128,162,104); }

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

border-color css

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

 span { border-color: rgb(128,162,104); }

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