#81A258

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

Shades of Asparagus #81A258

Tints of Asparagus #81A258

Color information

#81A258 (or 0x81A258) is unknown color: approx Asparagus. HEX triplet: 81, A2 and 58. RGB value is (129,162,88). Sum of RGB (Red+Green+Blue) = 129+162+88=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #81A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A258 is #7E5DA7. Grayscale: #8F8F8F. Windows color (decimal): -8281512 or 5808769. OLE color: 5808769.

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

Color convert

RGB12916288-
CMYK0.2000.460.36
HSL86.76º29.6%49.02%-
HSV(B)86.76º45.68%63.53%-
XYZ23.7431.2114.01-
YUV143.796.57117.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 162 (63.67% from 255) = 42.74%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=34.04%
G=42.74%
B=23.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129162880.2000.460.3686.7629.649.02
Hex81A2581402E24571e31
Octal20124213024056441273661
Binary10000001101000101011000101000101110100100101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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