#9CA993

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

Shades of Norway #9CA993

Tints of Norway #9CA993

Color information

#9CA993 (or 0x9CA993) is unknown color: approx Norway. HEX triplet: 9C, A9 and 93. RGB value is (156,169,147). Sum of RGB (Red+Green+Blue) = 156+169+147=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA993 is #63566C. Grayscale: #A2A2A2. Windows color (decimal): -6510189 or 9677212. OLE color: 9677212.

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

Color convert

RGB156169147-
CMYK0.0800.130.34
HSL95.45º11.34%61.96%-
HSV(B)95.45º13.02%66.27%-
XYZ33.1637.5533.1-
YUV162.6119.19123.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=33.05%
G=35.81%
B=31.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691470.0800.130.3495.4511.3461.96
Hex9CA99380D225fb3e
Octal23425122310015421371376
Binary10011100101010011001001110000110110001010111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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