#83A691

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

Shades of Padua #83A691

Tints of Padua #83A691

Color information

#83A691 (or 0x83A691) is unknown color: approx Padua. HEX triplet: 83, A6 and 91. RGB value is (131,166,145). Sum of RGB (Red+Green+Blue) = 131+166+145=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 166 - color contains mainly: green. Hex color #83A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A691 is #7C596E. Grayscale: #999999. Windows color (decimal): -8149359 or 9545347. OLE color: 9545347.

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

Color convert

RGB131166145-
CMYK0.2100.130.35
HSL144º16.43%58.24%-
HSV(B)144º21.08%65.1%-
XYZ28.1134.1431.9-
YUV153.14123.4112.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.64%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=29.64%
G=37.56%
B=32.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1311661450.2100.130.3514416.4358.24
Hex83A691150D2390103a
Octal20324622125015432202072
Binary10000011101001101001000110101011011000111001000010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,166,145); }

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

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

 a { background-color: rgb(131,166,145); }

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

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

 span { border-color: rgb(131,166,145); }

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