#9FB8A2

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

Shades of Edward #9FB8A2

Tints of Edward #9FB8A2

Color information

#9FB8A2 (or 0x9FB8A2) is unknown color: approx Edward. HEX triplet: 9F, B8 and A2. RGB value is (159,184,162). Sum of RGB (Red+Green+Blue) = 159+184+162=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB8A2 is #60475D. Grayscale: #AEAEAE. Windows color (decimal): -6309726 or 10664095. OLE color: 10664095.

HSL color Cylindrical-coordinate representation of color #9FB8A2: hue angle of 127.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9FB8A2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB159184162-
CMYK0.1400.120.28
HSL127.2º14.97%67.25%-
HSV(B)127.2º13.59%72.16%-
XYZ37.9644.2640.72-
YUV174.02121.22117.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.49%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=31.49%
G=36.44%
B=32.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841620.1400.120.28127.214.9767.25
Hex9FB8A2E0C1C7ff43
Octal237270242160143417717103
Binary10011111101110001010001011100110011100111111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,162); }

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

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

 a { background-color: rgb(159,184,162); }

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

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

 span { border-color: rgb(159,184,162); }

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