#9CAC8D

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

Shades of Norway #9CAC8D

Tints of Norway #9CAC8D

Color information

#9CAC8D (or 0x9CAC8D) is unknown color: approx Norway. HEX triplet: 9C, AC and 8D. RGB value is (156,172,141). Sum of RGB (Red+Green+Blue) = 156+172+141=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC8D is #635372. Grayscale: #A3A3A3. Windows color (decimal): -6509427 or 9284764. OLE color: 9284764.

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

Color convert

RGB156172141-
CMYK0.0900.180.33
HSL90.97º15.74%61.37%-
HSV(B)90.97º18.02%67.45%-
XYZ33.2738.530.88-
YUV163.68115.2122.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=33.26%
G=36.67%
B=30.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721410.0900.180.3390.9715.7461.37
Hex9CAC8D9012215b103d
Octal23425421511022411332075
Binary1001110010101100100011011001010010100001101101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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