#81A25C

Color #81A25C Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #81A25C

Tints of Asparagus #81A25C

Color information

#81A25C (or 0x81A25C) is unknown color: approx Asparagus. HEX triplet: 81, A2 and 5C. RGB value is (129,162,92). Sum of RGB (Red+Green+Blue) = 129+162+92=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #81A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A25C is #7E5DA3. Grayscale: #909090. Windows color (decimal): -8281508 or 6070913. OLE color: 6070913.

HSL color Cylindrical-coordinate representation of color #81A25C: hue angle of 88.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81A25C is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB12916292-
CMYK0.2000.430.36
HSL88.29º27.56%49.8%-
HSV(B)88.29º43.21%63.53%-
XYZ23.9131.2814.9-
YUV144.1598.57117.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.68%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=33.68%
G=42.30%
B=24.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129162920.2000.430.3688.2927.5649.8
Hex81A25C1402B24581c32
Octal20124213424053441303462
Binary10000001101000101011100101000101011100100101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A25C; }

 p { color: rgb(129,162,92); }

 H1.HeaderClassName
 {
   color: #81A25C;
 }
 .AnyTagClassName
 {
   color: #81A25C;
 }
</style>
background-color css

<style>
 a { background-color: #81A25C; }

 a { background-color: rgb(129,162,92); }

 div.DivClassName
 {
   background-color: #81A25C;
 }
 .BgClassName
 {
   background-color: #81A25C;
 }
</style>
border-color css

<style>
 span { border-color: #81A25C; }

 span { border-color: rgb(129,162,92); }

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