#8BA795

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

Shades of Edward #8BA795

Tints of Edward #8BA795

Color information

#8BA795 (or 0x8BA795) is unknown color: approx Edward. HEX triplet: 8B, A7 and 95. RGB value is (139,167,149). Sum of RGB (Red+Green+Blue) = 139+167+149=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA795 is #74586A. Grayscale: #9C9C9C. Windows color (decimal): -7624811 or 9807755. OLE color: 9807755.

HSL color Cylindrical-coordinate representation of color #8BA795: hue angle of 141.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA795 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB139167149-
CMYK0.1700.110.35
HSL141.43º13.73%60%-
HSV(B)141.43º16.77%65.49%-
XYZ29.8935.333.67-
YUV156.58123.72115.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 167 (65.62% from 255) = 36.70%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=30.55%
G=36.70%
B=32.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1391671490.1700.110.35141.4313.7360
Hex8BA795110B238de3c
Octal21324722521013432151674
Binary1000101110100111100101011000101011100011100011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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