#9CAA8A

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

Shades of Norway #9CAA8A

Tints of Norway #9CAA8A

Color information

#9CAA8A (or 0x9CAA8A) is unknown color: approx Norway. HEX triplet: 9C, AA and 8A. RGB value is (156,170,138). Sum of RGB (Red+Green+Blue) = 156+170+138=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAA8A is #635575. Grayscale: #A2A2A2. Windows color (decimal): -6509942 or 9087644. OLE color: 9087644.

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

Color convert

RGB156170138-
CMYK0.0800.190.33
HSL86.25º15.84%60.39%-
HSV(B)86.25º18.82%66.67%-
XYZ32.6737.6529.59-
YUV162.17114.36123.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=33.62%
G=36.64%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561701380.0800.190.3386.2515.8460.39
Hex9CAA8A80132156103c
Octal23425221210023411262074
Binary1001110010101010100010101000010011100001101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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