#8BA295

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

Shades of Padua #8BA295

Tints of Padua #8BA295

Color information

#8BA295 (or 0x8BA295) is unknown color: approx Padua. HEX triplet: 8B, A2 and 95. RGB value is (139,162,149). Sum of RGB (Red+Green+Blue) = 139+162+149=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA295 is #745D6A. Grayscale: #999999. Windows color (decimal): -7626091 or 9806475. OLE color: 9806475.

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

Color convert

RGB139162149-
CMYK0.1400.080.36
HSL146.09º11%59.02%-
HSV(B)146.09º14.2%63.53%-
XYZ28.9933.533.37-
YUV153.64125.38117.56-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.89%
GREEN value IS 162 (63.67% from 255) = 36%
BLUE value IS 149 (58.59% from 255) = 33.11%
R=30.89%
G=36%
B=33.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621490.1400.080.36146.091159.02
Hex8BA295E082492b3b
Octal21324222516010442221373
Binary100010111010001010010101111001000100100100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,149); }

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

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

 a { background-color: rgb(139,162,149); }

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

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

 span { border-color: rgb(139,162,149); }

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