Html Css Color HEX #83A66A Asparagus

📋 copy color: '#83A66A'

red 131 ◦ green 166 ◦ blue 106

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

Shades of Asparagus #83A66A

Tints of Asparagus #83A66A

RGB

 RED value IS 131 (51.56% from 255) = 32.51%

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 32.51%
G = 41.19%
B = 26.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#83A66A (or 0x83A66A) is known color: Asparagus. HEX triplet: 83, A6 and 6A. RGB value is (131,166,106). Sum of RGB (Red+Green+Blue) = 131+166+106=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #83A66A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A66A is #7C5995. Grayscale: #949494. Windows color (decimal): -8149398 or 6989443. OLE color: 6989443.

HSL color Cylindrical-coordinate representation of color #83A66A: hue angle of 95º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83A66A is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 106 -
CMYK 0.21 0 0.36 0.35
HSL 95º 0.25% 0.53% -
HSV(B) 95º 0.36% 0.65% -
XYZ 25.6 33.14 18.68 -
YUV 148.7 103.9 115.38 -
System Red Green Blue C M Y K H S L
Decimal 131 166 106 0.21 0 0.36 0.35 95 0.25 0.53
Hex 83 A6 6A 15 0 24 23 5F 19 35
Octal 203 246 152 25 0 44 43 137 31 65
Binary 10000011 10100110 1101010 10101 0 100100 100011 1011111 11001 110101

Color Harmonies of #83A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A66A

Black with #83A66A

Text Example


Text Example

White with #83A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83A66A; }

 p { color: rgb(131,166,106); }

 H1.HeaderClassName
 {
   color: #83A66A;
 }
 .AnyTagClassName
 {
   color: #83A66A;
 }
</style>

background-color css

<style>
 a { background-color: #83A66A; }

 a { background-color: rgb(131,166,106); }

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

border-color css

<style>
 span { border-color: #83A66A; }

 span { border-color: rgb(131,166,106); }

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