#8BA296

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

Shades of Padua #8BA296

Tints of Padua #8BA296

Color information

#8BA296 (or 0x8BA296) is unknown color: approx Padua. HEX triplet: 8B, A2 and 96. RGB value is (139,162,150). Sum of RGB (Red+Green+Blue) = 139+162+150=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 162 (63.67% from 255 or 35.92% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA296 is #745D69. Grayscale: #999999. Windows color (decimal): -7626090 or 9872011. OLE color: 9872011.

HSL color Cylindrical-coordinate representation of color #8BA296: hue angle of 148.7º 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 #8BA296 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB139162150-
CMYK0.1400.070.36
HSL148.7º11%59.02%-
HSV(B)148.7º14.2%63.53%-
XYZ29.0733.5333.79-
YUV153.76125.88117.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.82%
GREEN value IS 162 (63.67% from 255) = 35.92%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=30.82%
G=35.92%
B=33.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621500.1400.070.36148.71159.02
Hex8BA296E072495b3b
Octal2132422261607442251373
Binary10001011101000101001011011100111100100100101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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