#9CA894

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

Shades of Norway #9CA894

Tints of Norway #9CA894

Color information

#9CA894 (or 0x9CA894) is unknown color: approx Norway. HEX triplet: 9C, A8 and 94. RGB value is (156,168,148). Sum of RGB (Red+Green+Blue) = 156+168+148=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA894 is #63576B. Grayscale: #A2A2A2. Windows color (decimal): -6510444 or 9742492. OLE color: 9742492.

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

Color convert

RGB156168148-
CMYK0.0700.120.34
HSL96º10.31%61.96%-
HSV(B)96º11.9%65.88%-
XYZ33.0637.2133.46-
YUV162.13120.02123.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 168 (66.02% from 255) = 35.59%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=33.05%
G=35.59%
B=31.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561681480.0700.120.349610.3161.96
Hex9CA89470C2260a3e
Octal2342502247014421401276
Binary1001110010101000100101001110110010001011000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,168,148); }

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

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

 a { background-color: rgb(156,168,148); }

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

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

 span { border-color: rgb(156,168,148); }

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