#9BA69E

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

Shades of Edward #9BA69E

Tints of Edward #9BA69E

Color information

#9BA69E (or 0x9BA69E) is unknown color: approx Edward. HEX triplet: 9B, A6 and 9E. RGB value is (155,166,158). Sum of RGB (Red+Green+Blue) = 155+166+158=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 158 (62.11% from 255 or 32.99% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA69E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA69E is #645961. Grayscale: #A1A1A1. Windows color (decimal): -6576482 or 10397339. OLE color: 10397339.

HSL color Cylindrical-coordinate representation of color #9BA69E: hue angle of 136.36º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA69E is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB155166158-
CMYK0.0700.050.35
HSL136.36º5.82%62.94%-
HSV(B)136.36º6.63%65.1%-
XYZ33.3336.7137.68-
YUV161.8125.86123.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.36%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 158 (62.11% from 255) = 32.99%
R=32.36%
G=34.66%
B=32.99%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1551661580.0700.050.35136.365.8262.94
Hex9BA69E705238863f
Octal23324623670543210677
Binary100110111010011010011110111010110001110001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA69E; }

 p { color: rgb(155,166,158); }

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

<style>
 a { background-color: #9BA69E; }

 a { background-color: rgb(155,166,158); }

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

<style>
 span { border-color: #9BA69E; }

 span { border-color: rgb(155,166,158); }

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