Html Css Color HEX #83A06C Amulet

📋 copy color: '#83A06C'

red 131 ◦ green 160 ◦ blue 108

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

Shades of Amulet #83A06C

Tints of Amulet #83A06C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 32.83%
G = 40.1%
B = 27.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#83A06C (or 0x83A06C) is known color: Amulet. HEX triplet: 83, A0 and 6C. RGB value is (131,160,108). Sum of RGB (Red+Green+Blue) = 131+160+108=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #83A06C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A06C is #7C5F93. Grayscale: #919191. Windows color (decimal): -8150932 or 7118979. OLE color: 7118979.

HSL color Cylindrical-coordinate representation of color #83A06C: hue angle of 93.46º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83A06C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 108 -
CMYK 0.18 0 0.32 0.37
HSL 93.46º 0.21% 0.53% -
HSV(B) 93.46º 0.33% 0.63% -
XYZ 24.64 31.05 18.88 -
YUV 145.4 106.89 117.73 -
System Red Green Blue C M Y K H S L
Decimal 131 160 108 0.18 0 0.32 0.37 93.46 0.21 0.53
Hex 83 A0 6C 12 0 20 25 5D 15 35
Octal 203 240 154 22 0 40 45 135 25 65
Binary 10000011 10100000 1101100 10010 0 100000 100101 1011101 10101 110101

Color Harmonies of #83A06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A06C

Black with #83A06C

Text Example


Text Example

White with #83A06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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