#9CAC87

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

Shades of Norway #9CAC87

Tints of Norway #9CAC87

Color information

#9CAC87 (or 0x9CAC87) is unknown color: approx Norway. HEX triplet: 9C, AC and 87. RGB value is (156,172,135). Sum of RGB (Red+Green+Blue) = 156+172+135=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAC87 is #635378. Grayscale: #A3A3A3. Windows color (decimal): -6509433 or 8891548. OLE color: 8891548.

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

Color convert

RGB156172135-
CMYK0.0900.220.33
HSL85.95º18.23%60.2%-
HSV(B)85.95º21.51%67.45%-
XYZ32.8438.3228.59-
YUV163112.2123.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 135 (53.12% from 255) = 29.16%
R=33.69%
G=37.15%
B=29.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561721350.0900.220.3385.9518.2360.2
Hex9CAC8790162156123c
Octal23425420711026411262274
Binary1001110010101100100001111001010110100001101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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