#9CAA8B

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

Shades of Norway #9CAA8B

Tints of Norway #9CAA8B

Color information

#9CAA8B (or 0x9CAA8B) is unknown color: approx Norway. HEX triplet: 9C, AA and 8B. RGB value is (156,170,139). Sum of RGB (Red+Green+Blue) = 156+170+139=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA8B is #635574. Grayscale: #A2A2A2. Windows color (decimal): -6509941 or 9153180. OLE color: 9153180.

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

Color convert

RGB156170139-
CMYK0.0800.180.33
HSL87.1º15.42%60.59%-
HSV(B)87.1º18.24%66.67%-
XYZ32.7537.6829.97-
YUV162.28114.86123.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 170 (66.80% from 255) = 36.56%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=33.55%
G=36.56%
B=29.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701390.0800.180.3387.115.4260.59
Hex9CAA8B80122157f3d
Octal23425221310022411271775
Binary100111001010101010001011100001001010000110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,170,139); }

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

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

 a { background-color: rgb(156,170,139); }

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

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

 span { border-color: rgb(156,170,139); }

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