#84AA69

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

Shades of Asparagus #84AA69

Tints of Asparagus #84AA69

Color information

#84AA69 (or 0x84AA69) is unknown color: approx Asparagus. HEX triplet: 84, AA and 69. RGB value is (132,170,105). Sum of RGB (Red+Green+Blue) = 132+170+105=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AA69 is #7B5596. Grayscale: #979797. Windows color (decimal): -8082839 or 6924932. OLE color: 6924932.

HSL color Cylindrical-coordinate representation of color #84AA69: hue angle of 95.08º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84AA69 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB132170105-
CMYK0.2200.380.33
HSL95.08º27.66%53.92%-
HSV(B)95.08º38.24%66.67%-
XYZ26.4434.6718.66-
YUV151.23101.91114.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=32.43%
G=41.77%
B=25.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1321701050.2200.380.3395.0827.6653.92
Hex84AA6916026215f1c36
Octal20425215126046411373466
Binary10000100101010101101001101100100110100001101111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AA69; }

 p { color: rgb(132,170,105); }

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

<style>
 a { background-color: #84AA69; }

 a { background-color: rgb(132,170,105); }

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

<style>
 span { border-color: #84AA69; }

 span { border-color: rgb(132,170,105); }

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