#83B499

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

Shades of Padua #83B499

Tints of Padua #83B499

Color information

#83B499 (or 0x83B499) is unknown color: approx Padua. HEX triplet: 83, B4 and 99. RGB value is (131,180,153). Sum of RGB (Red+Green+Blue) = 131+180+153=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #83B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83B499 is #7C4B66. Grayscale: #A2A2A2. Windows color (decimal): -8145767 or 10073219. OLE color: 10073219.

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

Color convert

RGB131180153-
CMYK0.2700.150.29
HSL146.94º24.62%60.98%-
HSV(B)146.94º27.22%70.59%-
XYZ31.4339.7736.16-
YUV162.27122.77105.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.23%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 153 (60.16% from 255) = 32.97%
R=28.23%
G=38.79%
B=32.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1311801530.2700.150.29146.9424.6260.98
Hex83B4991B0F1D93193d
Octal20326423133017352233175
Binary1000001110110100100110011101101111111011001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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