Html Css Color HEX #84A06C Asparagus

📋 copy color: '#84A06C'

red 132 ◦ green 160 ◦ blue 108

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

Shades of Asparagus #84A06C

Tints of Asparagus #84A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 108 (42.58% from 255) = 27%

R = 33%
G = 40%
B = 27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#84A06C (or 0x84A06C) is known color: Asparagus. HEX triplet: 84, A0 and 6C. RGB value is (132,160,108). Sum of RGB (Red+Green+Blue) = 132+160+108=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #84A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A06C is #7B5F93. Grayscale: #919191. Windows color (decimal): -8085396 or 7118980. OLE color: 7118980.

HSL color Cylindrical-coordinate representation of color #84A06C: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84A06C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 132 160 108 -
CMYK 0.17 0 0.32 0.37
HSL 92.31º 0.21% 0.53% -
HSV(B) 92.31º 0.33% 0.63% -
XYZ 24.79 31.13 18.89 -
YUV 145.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 132 160 108 0.17 0 0.32 0.37 92.31 0.21 0.53
Hex 84 A0 6C 11 0 20 25 5C 15 35
Octal 204 240 154 21 0 40 45 134 25 65
Binary 10000100 10100000 1101100 10001 0 100000 100101 1011100 10101 110101

Color Harmonies of #84A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A06C

Black with #84A06C

Text Example


Text Example

White with #84A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,160,108); }

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

background-color css

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

 a { background-color: rgb(132,160,108); }

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

border-color css

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

 span { border-color: rgb(132,160,108); }

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