Html Css Color HEX #83A580 Amulet

📋 copy color: '#83A580'

red 131 ◦ green 165 ◦ blue 128

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

Shades of Amulet #83A580

Tints of Amulet #83A580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 30.19%

R = 30.9%
G = 38.92%
B = 30.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#83A580 (or 0x83A580) is known color: Amulet. HEX triplet: 83, A5 and 80. RGB value is (131,165,128). Sum of RGB (Red+Green+Blue) = 131+165+128=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 165 - color contains mainly: green. Hex color #83A580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A580 is #7C5A7F. Grayscale: #969696. Windows color (decimal): -8149632 or 8430979. OLE color: 8430979.

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

Color convert

RGB 131 165 128 -
CMYK 0.21 0 0.22 0.35
HSL 115.14º 0.17% 0.57% -
HSV(B) 115.14º 0.22% 0.65% -
XYZ 26.71 33.29 25.44 -
YUV 150.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 131 165 128 0.21 0 0.22 0.35 115.14 0.17 0.57
Hex 83 A5 80 15 0 16 23 73 11 39
Octal 203 245 200 25 0 26 43 163 21 71
Binary 10000011 10100101 10000000 10101 0 10110 100011 1110011 10001 111001

Color Harmonies of #83A580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A580

Black with #83A580

Text Example


Text Example

White with #83A580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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