#9BA99C

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

Shades of Edward #9BA99C

Tints of Edward #9BA99C

Color information

#9BA99C (or 0x9BA99C) is unknown color: approx Edward. HEX triplet: 9B, A9 and 9C. RGB value is (155,169,156). Sum of RGB (Red+Green+Blue) = 155+169+156=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA99C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA99C is #645663. Grayscale: #A3A3A3. Windows color (decimal): -6575716 or 10267035. OLE color: 10267035.

HSL color Cylindrical-coordinate representation of color #9BA99C: hue angle of 124.29º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA99C is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB155169156-
CMYK0.0800.080.34
HSL124.29º7.53%63.53%-
HSV(B)124.29º8.28%66.27%-
XYZ33.7137.7436.96-
YUV163.33123.86122.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=32.29%
G=35.21%
B=32.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1551691560.0800.080.34124.297.5363.53
Hex9BA99C808227c840
Octal233251234100104217410100
Binary100110111010100110011100100001000100010111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,169,156); }

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

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

 a { background-color: rgb(155,169,156); }

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

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

 span { border-color: rgb(155,169,156); }

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