Html Css Color HEX #83A471 Amulet

📋 copy color: '#83A471'

red 131 ◦ green 164 ◦ blue 113

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

Shades of Amulet #83A471

Tints of Amulet #83A471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 32.11%
G = 40.2%
B = 27.7%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#83A471 (or 0x83A471) is known color: Amulet. HEX triplet: 83, A4 and 71. RGB value is (131,164,113). Sum of RGB (Red+Green+Blue) = 131+164+113=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 164 - color contains mainly: green. Hex color #83A471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A471 is #7C5B8E. Grayscale: #949494. Windows color (decimal): -8149903 or 7447683. OLE color: 7447683.

HSL color Cylindrical-coordinate representation of color #83A471: hue angle of 98.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83A471 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 164 113 -
CMYK 0.20 0 0.31 0.36
HSL 98.82º 0.22% 0.54% -
HSV(B) 98.82º 0.31% 0.64% -
XYZ 25.62 32.57 20.56 -
YUV 148.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 131 164 113 0.20 0 0.31 0.36 98.82 0.22 0.54
Hex 83 A4 71 14 0 1F 24 63 16 36
Octal 203 244 161 24 0 37 44 143 26 66
Binary 10000011 10100100 1110001 10100 0 11111 100100 1100011 10110 110110

Color Harmonies of #83A471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A471

Black with #83A471

Text Example


Text Example

White with #83A471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,164,113); }

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

background-color css

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

 a { background-color: rgb(131,164,113); }

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

border-color css

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

 span { border-color: rgb(131,164,113); }

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