Html Css Color HEX #83A975 Amulet

📋 copy color: '#83A975'

red 131 ◦ green 169 ◦ blue 117

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

Shades of Amulet #83A975

Tints of Amulet #83A975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 31.41%
G = 40.53%
B = 28.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#83A975 (or 0x83A975) is known color: Amulet. HEX triplet: 83, A9 and 75. RGB value is (131,169,117). Sum of RGB (Red+Green+Blue) = 131+169+117=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #83A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A975 is #7C568A. Grayscale: #979797. Windows color (decimal): -8148619 or 7711107. OLE color: 7711107.

HSL color Cylindrical-coordinate representation of color #83A975: hue angle of 103.85º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83A975 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 169 117 -
CMYK 0.22 0 0.31 0.34
HSL 103.85º 0.23% 0.56% -
HSV(B) 103.85º 0.31% 0.66% -
XYZ 26.76 34.49 22.08 -
YUV 151.71 108.41 113.23 -
System Red Green Blue C M Y K H S L
Decimal 131 169 117 0.22 0 0.31 0.34 103.85 0.23 0.56
Hex 83 A9 75 16 0 1F 22 68 17 38
Octal 203 251 165 26 0 37 42 150 27 70
Binary 10000011 10101001 1110101 10110 0 11111 100010 1101000 10111 111000

Color Harmonies of #83A975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A975

Black with #83A975

Text Example


Text Example

White with #83A975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,169,117); }

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

background-color css

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

 a { background-color: rgb(131,169,117); }

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

border-color css

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

 span { border-color: rgb(131,169,117); }

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