#9BAF9E

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

Shades of Edward #9BAF9E

Tints of Edward #9BAF9E

Color information

#9BAF9E (or 0x9BAF9E) is unknown color: approx Edward. HEX triplet: 9B, AF and 9E. RGB value is (155,175,158). Sum of RGB (Red+Green+Blue) = 155+175+158=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF9E is #645061. Grayscale: #A7A7A7. Windows color (decimal): -6574178 or 10399643. OLE color: 10399643.

HSL color Cylindrical-coordinate representation of color #9BAF9E: hue angle of 129º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAF9E is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB155175158-
CMYK0.1100.100.31
HSL129º11.11%64.71%-
HSV(B)129º11.43%68.63%-
XYZ35.0240.138.24-
YUV167.08122.87119.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 175 (68.75% from 255) = 35.86%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=31.76%
G=35.86%
B=32.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751580.1100.100.3112911.1164.71
Hex9BAF9EB0A1F81b41
Octal233257236130123720113101
Binary100110111010111110011110101101010111111000000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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