Html Css Color HEX #83A674 Amulet

📋 copy color: '#83A674'

red 131 ◦ green 166 ◦ blue 116

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

Shades of Amulet #83A674

Tints of Amulet #83A674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.09%

R = 31.72%
G = 40.19%
B = 28.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#83A674 (or 0x83A674) is known color: Amulet. HEX triplet: 83, A6 and 74. RGB value is (131,166,116). Sum of RGB (Red+Green+Blue) = 131+166+116=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 166 - color contains mainly: green. Hex color #83A674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A674 is #7C598B. Grayscale: #969696. Windows color (decimal): -8149388 or 7644803. OLE color: 7644803.

HSL color Cylindrical-coordinate representation of color #83A674: hue angle of 102º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83A674 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 166 116 -
CMYK 0.21 0 0.30 0.35
HSL 102º 0.22% 0.55% -
HSV(B) 102º 0.3% 0.65% -
XYZ 26.15 33.36 21.58 -
YUV 149.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 131 166 116 0.21 0 0.30 0.35 102 0.22 0.55
Hex 83 A6 74 15 0 1E 23 66 16 37
Octal 203 246 164 25 0 36 43 146 26 67
Binary 10000011 10100110 1110100 10101 0 11110 100011 1100110 10110 110111

Color Harmonies of #83A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A674

Black with #83A674

Text Example


Text Example

White with #83A674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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