#9CAC92

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

Shades of Norway #9CAC92

Tints of Norway #9CAC92

Color information

#9CAC92 (or 0x9CAC92) is unknown color: approx Norway. HEX triplet: 9C, AC and 92. RGB value is (156,172,146). Sum of RGB (Red+Green+Blue) = 156+172+146=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC92 is #63536D. Grayscale: #A4A4A4. Windows color (decimal): -6509422 or 9612444. OLE color: 9612444.

HSL color Cylindrical-coordinate representation of color #9CAC92: hue angle of 96.92º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CAC92 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB156172146-
CMYK0.0900.150.33
HSL96.92º13.54%62.35%-
HSV(B)96.92º15.12%67.45%-
XYZ33.6538.6532.88-
YUV164.25117.7122.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.91%
GREEN value IS 172 (67.58% from 255) = 36.29%
BLUE value IS 146 (57.42% from 255) = 30.80%
R=32.91%
G=36.29%
B=30.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721460.0900.150.3396.9213.5462.35
Hex9CAC9290F2161e3e
Octal23425422211017411411676
Binary10011100101011001001001010010111110000111000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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