#9CA892

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

Shades of Norway #9CA892

Tints of Norway #9CA892

Color information

#9CA892 (or 0x9CA892) is unknown color: approx Norway. HEX triplet: 9C, A8 and 92. RGB value is (156,168,146). Sum of RGB (Red+Green+Blue) = 156+168+146=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #9CA892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA892 is #63576D. Grayscale: #A1A1A1. Windows color (decimal): -6510446 or 9611420. OLE color: 9611420.

HSL color Cylindrical-coordinate representation of color #9CA892: hue angle of 92.73º 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 #9CA892 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB156168146-
CMYK0.0700.130.34
HSL92.73º11.22%61.57%-
HSV(B)92.73º13.1%65.88%-
XYZ32.937.1532.63-
YUV161.9119.02123.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=33.19%
G=35.74%
B=31.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561681460.0700.130.3492.7311.2261.57
Hex9CA89270D225db3e
Octal2342502227015421351376
Binary1001110010101000100100101110110110001010111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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