#83B374

Color #83B374 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #83B374

Tints of Amulet #83B374

Color information

#83B374 (or 0x83B374) is unknown color: approx Amulet. HEX triplet: 83, B3 and 74. RGB value is (131,179,116). Sum of RGB (Red+Green+Blue) = 131+179+116=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #83B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B374 is #7C4C8B. Grayscale: #9D9D9D. Windows color (decimal): -8146060 or 7648131. OLE color: 7648131.

HSL color Cylindrical-coordinate representation of color #83B374: hue angle of 105.71º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #83B374 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB131179116-
CMYK0.2700.350.30
HSL105.71º29.3%57.84%-
HSV(B)105.71º35.2%70.2%-
XYZ28.6338.3322.41-
YUV157.47104.6109.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=30.75%
G=42.02%
B=27.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1311791160.2700.350.30105.7129.357.84
Hex83B3741B0231E6a1d3a
Octal20326316433043361523572
Binary1000001110110011111010011011010001111110110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83B374;
 }
 .AnyTagClassName
 {
   color: #83B374;
 }
</style>
background-color css

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

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

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

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

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

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