Html Css Color HEX #84A56B Asparagus

📋 copy color: '#84A56B'

red 132 ◦ green 165 ◦ blue 107

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

Shades of Asparagus #84A56B

Tints of Asparagus #84A56B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 32.67%
G = 40.84%
B = 26.49%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#84A56B (or 0x84A56B) is known color: Asparagus. HEX triplet: 84, A5 and 6B. RGB value is (132,165,107). Sum of RGB (Red+Green+Blue) = 132+165+107=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #84A56B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A56B is #7B5A94. Grayscale: #949494. Windows color (decimal): -8084117 or 7054724. OLE color: 7054724.

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

Color convert

RGB 132 165 107 -
CMYK 0.20 0 0.35 0.35
HSL 94.14º 0.24% 0.53% -
HSV(B) 94.14º 0.35% 0.65% -
XYZ 25.62 32.88 18.91 -
YUV 148.52 104.57 116.22 -
System Red Green Blue C M Y K H S L
Decimal 132 165 107 0.20 0 0.35 0.35 94.14 0.24 0.53
Hex 84 A5 6B 14 0 23 23 5E 18 35
Octal 204 245 153 24 0 43 43 136 30 65
Binary 10000100 10100101 1101011 10100 0 100011 100011 1011110 11000 110101

Color Harmonies of #84A56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A56B

Black with #84A56B

Text Example


Text Example

White with #84A56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,107); }

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

background-color css

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

 a { background-color: rgb(132,165,107); }

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

border-color css

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

 span { border-color: rgb(132,165,107); }

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