#9CB1A0

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

Shades of Edward #9CB1A0

Tints of Edward #9CB1A0

Color information

#9CB1A0 (or 0x9CB1A0) is unknown color: approx Edward. HEX triplet: 9C, B1 and A0. RGB value is (156,177,160). Sum of RGB (Red+Green+Blue) = 156+177+160=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB1A0 is #634E5F. Grayscale: #A8A8A8. Windows color (decimal): -6508128 or 10531228. OLE color: 10531228.

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

Color convert

RGB156177160-
CMYK0.1200.100.31
HSL131.43º11.86%65.29%-
HSV(B)131.43º11.86%69.41%-
XYZ35.7841.0539.3-
YUV168.78123.04118.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 160 (62.89% from 255) = 32.45%
R=31.64%
G=35.90%
B=32.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561771600.1200.100.31131.4311.8665.29
Hex9CB1A0C0A1F83c41
Octal234261240140123720314101
Binary100111001011000110100000110001010111111000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,177,160); }

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

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

 a { background-color: rgb(156,177,160); }

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

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

 span { border-color: rgb(156,177,160); }

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