Html Css Color HEX #84A469 Asparagus

📋 copy color: '#84A469'

red 132 ◦ green 164 ◦ blue 105

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

Shades of Asparagus #84A469

Tints of Asparagus #84A469

RGB

 RED value IS 132 (51.95% from 255) = 32.92%

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 105 (41.41% from 255) = 26.18%

R = 32.92%
G = 40.9%
B = 26.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#84A469 (or 0x84A469) is known color: Asparagus. HEX triplet: 84, A4 and 69. RGB value is (132,164,105). Sum of RGB (Red+Green+Blue) = 132+164+105=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 164 - color contains mainly: green. Hex color #84A469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A469 is #7B5B96. Grayscale: #939393. Windows color (decimal): -8084375 or 6923396. OLE color: 6923396.

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

Color convert

RGB 132 164 105 -
CMYK 0.20 0 0.36 0.36
HSL 92.54º 0.24% 0.53% -
HSV(B) 92.54º 0.36% 0.64% -
XYZ 25.34 32.48 18.3 -
YUV 147.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 132 164 105 0.20 0 0.36 0.36 92.54 0.24 0.53
Hex 84 A4 69 14 0 24 24 5D 18 35
Octal 204 244 151 24 0 44 44 135 30 65
Binary 10000100 10100100 1101001 10100 0 100100 100100 1011101 11000 110101

Color Harmonies of #84A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A469

Black with #84A469

Text Example


Text Example

White with #84A469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A469;
 }
 .AnyTagClassName
 {
   color: #84A469;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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