Html Css Color HEX #83A175 Amulet

📋 copy color: '#83A175'

red 131 ◦ green 161 ◦ blue 117

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

Shades of Amulet #83A175

Tints of Amulet #83A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.36%

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

R = 32.03%
G = 39.36%
B = 28.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#83A175 (or 0x83A175) is known color: Amulet. HEX triplet: 83, A1 and 75. RGB value is (131,161,117). Sum of RGB (Red+Green+Blue) = 131+161+117=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #83A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A175 is #7C5E8A. Grayscale: #939393. Windows color (decimal): -8150667 or 7709059. OLE color: 7709059.

HSL color Cylindrical-coordinate representation of color #83A175: hue angle of 100.91º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83A175 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 161 117 -
CMYK 0.19 0 0.27 0.37
HSL 100.91º 0.19% 0.55% -
HSV(B) 100.91º 0.27% 0.63% -
XYZ 25.32 31.6 21.59 -
YUV 147.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 131 161 117 0.19 0 0.27 0.37 100.91 0.19 0.55
Hex 83 A1 75 13 0 1B 25 65 13 37
Octal 203 241 165 23 0 33 45 145 23 67
Binary 10000011 10100001 1110101 10011 0 11011 100101 1100101 10011 110111

Color Harmonies of #83A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A175

Black with #83A175

Text Example


Text Example

White with #83A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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