Html Css Color HEX #84A16A Asparagus

📋 copy color: '#84A16A'

red 132 ◦ green 161 ◦ blue 106

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

Shades of Asparagus #84A16A

Tints of Asparagus #84A16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 33.08%
G = 40.35%
B = 26.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#84A16A (or 0x84A16A) is known color: Asparagus. HEX triplet: 84, A1 and 6A. RGB value is (132,161,106). Sum of RGB (Red+Green+Blue) = 132+161+106=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #84A16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A16A is #7B5E95. Grayscale: #929292. Windows color (decimal): -8085142 or 6988164. OLE color: 6988164.

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

Color convert

RGB 132 161 106 -
CMYK 0.18 0 0.34 0.37
HSL 91.64º 0.23% 0.52% -
HSV(B) 91.64º 0.34% 0.63% -
XYZ 24.86 31.44 18.39 -
YUV 146.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 132 161 106 0.18 0 0.34 0.37 91.64 0.23 0.52
Hex 84 A1 6A 12 0 22 25 5C 17 34
Octal 204 241 152 22 0 42 45 134 27 64
Binary 10000100 10100001 1101010 10010 0 100010 100101 1011100 10111 110100

Color Harmonies of #84A16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A16A

Black with #84A16A

Text Example


Text Example

White with #84A16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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