#8BA294

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

Shades of Edward #8BA294

Tints of Edward #8BA294

Color information

#8BA294 (or 0x8BA294) is unknown color: approx Edward. HEX triplet: 8B, A2 and 94. RGB value is (139,162,148). Sum of RGB (Red+Green+Blue) = 139+162+148=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA294 is #745D6B. Grayscale: #999999. Windows color (decimal): -7626092 or 9740939. OLE color: 9740939.

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

Color convert

RGB139162148-
CMYK0.1400.090.36
HSL143.48º11%59.02%-
HSV(B)143.48º14.2%63.53%-
XYZ28.9133.4732.95-
YUV153.53124.88117.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.96%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 148 (58.20% from 255) = 32.96%
R=30.96%
G=36.08%
B=32.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1391621480.1400.090.36143.481159.02
Hex8BA294E09248fb3b
Octal21324222416011442171373
Binary100010111010001010010100111001001100100100011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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