Html Css Color HEX #83A168 Asparagus

📋 copy color: '#83A168'

red 131 ◦ green 161 ◦ blue 104

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

Shades of Asparagus #83A168

Tints of Asparagus #83A168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 33.08%
G = 40.66%
B = 26.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#83A168 (or 0x83A168) is known color: Asparagus. HEX triplet: 83, A1 and 68. RGB value is (131,161,104). Sum of RGB (Red+Green+Blue) = 131+161+104=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #83A168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A168 is #7C5E97. Grayscale: #919191. Windows color (decimal): -8150680 or 6857091. OLE color: 6857091.

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

Color convert

RGB 131 161 104 -
CMYK 0.19 0 0.35 0.37
HSL 91.58º 0.23% 0.52% -
HSV(B) 91.58º 0.35% 0.63% -
XYZ 24.6 31.31 17.84 -
YUV 145.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 131 161 104 0.19 0 0.35 0.37 91.58 0.23 0.52
Hex 83 A1 68 13 0 23 25 5C 17 34
Octal 203 241 150 23 0 43 45 134 27 64
Binary 10000011 10100001 1101000 10011 0 100011 100101 1011100 10111 110100

Color Harmonies of #83A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A168

Black with #83A168

Text Example


Text Example

White with #83A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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