#9CAB9F

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

Shades of Edward #9CAB9F

Tints of Edward #9CAB9F

Color information

#9CAB9F (or 0x9CAB9F) is unknown color: approx Edward. HEX triplet: 9C, AB and 9F. RGB value is (156,171,159). Sum of RGB (Red+Green+Blue) = 156+171+159=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB9F is #635460. Grayscale: #A5A5A5. Windows color (decimal): -6509665 or 10464156. OLE color: 10464156.

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

Color convert

RGB156171159-
CMYK0.0900.070.33
HSL132º8.2%64.12%-
HSV(B)132º8.77%67.06%-
XYZ34.5338.738.45-
YUV165.15124.53121.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=32.10%
G=35.19%
B=32.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711590.0900.070.331328.264.12
Hex9CAB9F9072184840
Octal23425323711074120410100
Binary100111001010101110011111100101111000011000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,171,159); }

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

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

 a { background-color: rgb(156,171,159); }

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

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

 span { border-color: rgb(156,171,159); }

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