#9CA990

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

Shades of Norway #9CA990

Tints of Norway #9CA990

Color information

#9CA990 (or 0x9CA990) is unknown color: approx Norway. HEX triplet: 9C, A9 and 90. RGB value is (156,169,144). Sum of RGB (Red+Green+Blue) = 156+169+144=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA990 is #63566F. Grayscale: #A2A2A2. Windows color (decimal): -6510192 or 9480604. OLE color: 9480604.

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

Color convert

RGB156169144-
CMYK0.0800.150.34
HSL91.2º12.69%61.37%-
HSV(B)91.2º14.79%66.27%-
XYZ32.9337.4631.88-
YUV162.26117.69123.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 169 (66.41% from 255) = 36.03%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=33.26%
G=36.03%
B=30.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691440.0800.150.3491.212.6961.37
Hex9CA99080F225bd3d
Octal23425122010017421331575
Binary10011100101010011001000010000111110001010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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