Html Css Color HEX #84A16C Asparagus

📋 copy color: '#84A16C'

red 132 ◦ green 161 ◦ blue 108

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

Shades of Asparagus #84A16C

Tints of Asparagus #84A16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 32.92%
G = 40.15%
B = 26.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#84A16C (or 0x84A16C) is known color: Asparagus. HEX triplet: 84, A1 and 6C. RGB value is (132,161,108). Sum of RGB (Red+Green+Blue) = 132+161+108=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #84A16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A16C is #7B5E93. Grayscale: #929292. Windows color (decimal): -8085140 or 7119236. OLE color: 7119236.

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

Color convert

RGB 132 161 108 -
CMYK 0.18 0 0.33 0.37
HSL 92.83º 0.22% 0.53% -
HSV(B) 92.83º 0.33% 0.63% -
XYZ 24.97 31.48 18.95 -
YUV 146.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 132 161 108 0.18 0 0.33 0.37 92.83 0.22 0.53
Hex 84 A1 6C 12 0 21 25 5D 16 35
Octal 204 241 154 22 0 41 45 135 26 65
Binary 10000100 10100001 1101100 10010 0 100001 100101 1011101 10110 110101

Color Harmonies of #84A16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A16C

Black with #84A16C

Text Example


Text Example

White with #84A16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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