#8BA497

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

Shades of Padua #8BA497

Tints of Padua #8BA497

Color information

#8BA497 (or 0x8BA497) is unknown color: approx Padua. HEX triplet: 8B, A4 and 97. RGB value is (139,164,151). Sum of RGB (Red+Green+Blue) = 139+164+151=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA497 is #745B68. Grayscale: #9B9B9B. Windows color (decimal): -7625577 or 9938059. OLE color: 9938059.

HSL color Cylindrical-coordinate representation of color #8BA497: hue angle of 148.8º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA497 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB139164151-
CMYK0.1500.080.36
HSL148.8º12.08%59.41%-
HSV(B)148.8º15.24%64.31%-
XYZ29.5134.2734.34-
YUV155.04125.72116.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 164 (64.45% from 255) = 36.12%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=30.62%
G=36.12%
B=33.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391641510.1500.080.36148.812.0859.41
Hex8BA497F082495c3b
Octal21324422717010442251473
Binary100010111010010010010111111101000100100100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA497; }

 p { color: rgb(139,164,151); }

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

<style>
 a { background-color: #8BA497; }

 a { background-color: rgb(139,164,151); }

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

<style>
 span { border-color: #8BA497; }

 span { border-color: rgb(139,164,151); }

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