Html Css Color HEX #83A163 Asparagus

📋 copy color: '#83A163'

red 131 ◦ green 161 ◦ blue 99

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

Shades of Asparagus #83A163

Tints of Asparagus #83A163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 33.5%
G = 41.18%
B = 25.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#83A163 (or 0x83A163) is known color: Asparagus. HEX triplet: 83, A1 and 63. RGB value is (131,161,99). Sum of RGB (Red+Green+Blue) = 131+161+99=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #83A163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A163 is #7C5E9C. Grayscale: #919191. Windows color (decimal): -8150685 or 6529411. OLE color: 6529411.

HSL color Cylindrical-coordinate representation of color #83A163: hue angle of 89.03º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83A163 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 161 99 -
CMYK 0.19 0 0.39 0.37
HSL 89.03º 0.25% 0.51% -
HSV(B) 89.03º 0.39% 0.63% -
XYZ 24.36 31.22 16.55 -
YUV 144.96 102.06 118.04 -
System Red Green Blue C M Y K H S L
Decimal 131 161 99 0.19 0 0.39 0.37 89.03 0.25 0.51
Hex 83 A1 63 13 0 27 25 59 19 33
Octal 203 241 143 23 0 47 45 131 31 63
Binary 10000011 10100001 1100011 10011 0 100111 100101 1011001 11001 110011

Color Harmonies of #83A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A163

Black with #83A163

Text Example


Text Example

White with #83A163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,161,99); }

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

background-color css

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

 a { background-color: rgb(131,161,99); }

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

border-color css

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

 span { border-color: rgb(131,161,99); }

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