#83B479

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

Shades of Amulet #83B479

Tints of Amulet #83B479

Color information

#83B479 (or 0x83B479) is unknown color: approx Amulet. HEX triplet: 83, B4 and 79. RGB value is (131,180,121). Sum of RGB (Red+Green+Blue) = 131+180+121=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #83B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B479 is #7C4B86. Grayscale: #9E9E9E. Windows color (decimal): -8145799 or 7976067. OLE color: 7976067.

HSL color Cylindrical-coordinate representation of color #83B479: hue angle of 109.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83B479 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB131180121-
CMYK0.2700.330.29
HSL109.83º28.23%59.02%-
HSV(B)109.83º32.78%70.59%-
XYZ29.1338.8524.05-
YUV158.62106.77108.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 180 (70.70% from 255) = 41.67%
BLUE value IS 121 (47.66% from 255) = 28.01%
R=30.32%
G=41.67%
B=28.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801210.2700.330.29109.8328.2359.02
Hex83B4791B0211D6e1c3b
Octal20326417133041351563473
Binary1000001110110100111100111011010000111101110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,180,121); }

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

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

 a { background-color: rgb(131,180,121); }

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

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

 span { border-color: rgb(131,180,121); }

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