Html Css Color HEX #80A267 Asparagus

📋 copy color: '#80A267'

red 128 ◦ green 162 ◦ blue 103

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

Shades of Asparagus #80A267

Tints of Asparagus #80A267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.21%

R = 32.57%
G = 41.22%
B = 26.21%

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

#80A267 (or 0x80A267) is known color: Asparagus. HEX triplet: 80, A2 and 67. RGB value is (128,162,103). Sum of RGB (Red+Green+Blue) = 128+162+103=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 103 (40.62% from 255 or 26.21% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #80A267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A267 is #7F5D98. Grayscale: #919191. Windows color (decimal): -8347033 or 6791808. OLE color: 6791808.

HSL color Cylindrical-coordinate representation of color #80A267: hue angle of 94.58º 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 #80A267 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 162 103 -
CMYK 0.21 0 0.36 0.36
HSL 94.58º 0.24% 0.52% -
HSV(B) 94.58º 0.36% 0.64% -
XYZ 24.27 31.41 17.62 -
YUV 145.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 128 162 103 0.21 0 0.36 0.36 94.58 0.24 0.52
Hex 80 A2 67 15 0 24 24 5F 18 34
Octal 200 242 147 25 0 44 44 137 30 64
Binary 10000000 10100010 1100111 10101 0 100100 100100 1011111 11000 110100

Color Harmonies of #80A267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A267

Black with #80A267

Text Example


Text Example

White with #80A267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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