#9CAD87

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

Shades of Norway #9CAD87

Tints of Norway #9CAD87

Color information

#9CAD87 (or 0x9CAD87) is unknown color: approx Norway. HEX triplet: 9C, AD and 87. RGB value is (156,173,135). Sum of RGB (Red+Green+Blue) = 156+173+135=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD87 is #635278. Grayscale: #A3A3A3. Windows color (decimal): -6509177 or 8891804. OLE color: 8891804.

HSL color Cylindrical-coordinate representation of color #9CAD87: hue angle of 86.84º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9CAD87 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB156173135-
CMYK0.1000.220.32
HSL86.84º18.81%60.39%-
HSV(B)86.84º21.97%67.84%-
XYZ33.0338.728.65-
YUV163.58111.87122.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.62%
GREEN value IS 173 (67.97% from 255) = 37.28%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=33.62%
G=37.28%
B=29.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731350.1000.220.3286.8418.8160.39
Hex9CAD87A0162057133c
Octal23425520712026401272374
Binary1001110010101101100001111010010110100000101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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