Html Css Color HEX #84A26B Asparagus

📋 copy color: '#84A26B'

red 132 ◦ green 162 ◦ blue 107

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

Shades of Asparagus #84A26B

Tints of Asparagus #84A26B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 32.92%
G = 40.4%
B = 26.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#84A26B (or 0x84A26B) is known color: Asparagus. HEX triplet: 84, A2 and 6B. RGB value is (132,162,107). Sum of RGB (Red+Green+Blue) = 132+162+107=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #84A26B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84A26B is #7B5D94. Grayscale: #929292. Windows color (decimal): -8084885 or 7053956. OLE color: 7053956.

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

Color convert

RGB 132 162 107 -
CMYK 0.19 0 0.34 0.36
HSL 92.73º 0.23% 0.53% -
HSV(B) 92.73º 0.34% 0.64% -
XYZ 25.09 31.81 18.73 -
YUV 146.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 132 162 107 0.19 0 0.34 0.36 92.73 0.23 0.53
Hex 84 A2 6B 13 0 22 24 5D 17 35
Octal 204 242 153 23 0 42 44 135 27 65
Binary 10000100 10100010 1101011 10011 0 100010 100100 1011101 10111 110101

Color Harmonies of #84A26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A26B

Black with #84A26B

Text Example


Text Example

White with #84A26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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