Html Css Color HEX #83A56C Amulet

📋 copy color: '#83A56C'

red 131 ◦ green 165 ◦ blue 108

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

Shades of Amulet #83A56C

Tints of Amulet #83A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 32.43%
G = 40.84%
B = 26.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#83A56C (or 0x83A56C) is known color: Amulet. HEX triplet: 83, A5 and 6C. RGB value is (131,165,108). Sum of RGB (Red+Green+Blue) = 131+165+108=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #83A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A56C is #7C5A93. Grayscale: #949494. Windows color (decimal): -8149652 or 7120259. OLE color: 7120259.

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

Color convert

RGB 131 165 108 -
CMYK 0.21 0 0.35 0.35
HSL 95.79º 0.24% 0.54% -
HSV(B) 95.79º 0.35% 0.65% -
XYZ 25.52 32.82 19.18 -
YUV 148.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 131 165 108 0.21 0 0.35 0.35 95.79 0.24 0.54
Hex 83 A5 6C 15 0 23 23 60 18 36
Octal 203 245 154 25 0 43 43 140 30 66
Binary 10000011 10100101 1101100 10101 0 100011 100011 1100000 11000 110110

Color Harmonies of #83A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A56C

Black with #83A56C

Text Example


Text Example

White with #83A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,165,108); }

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

background-color css

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

 a { background-color: rgb(131,165,108); }

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

border-color css

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

 span { border-color: rgb(131,165,108); }

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