#9CAD8E

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

Shades of Norway #9CAD8E

Tints of Norway #9CAD8E

Color information

#9CAD8E (or 0x9CAD8E) is unknown color: approx Norway. HEX triplet: 9C, AD and 8E. RGB value is (156,173,142). Sum of RGB (Red+Green+Blue) = 156+173+142=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD8E is #635271. Grayscale: #A4A4A4. Windows color (decimal): -6509170 or 9350556. OLE color: 9350556.

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

Color convert

RGB156173142-
CMYK0.1000.180.32
HSL92.9º15.9%61.76%-
HSV(B)92.9º17.92%67.84%-
XYZ33.5438.9131.33-
YUV164.38115.37122.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 173 (67.97% from 255) = 36.73%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=33.12%
G=36.73%
B=30.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731420.1000.180.3292.915.961.76
Hex9CAD8EA012205d103e
Octal23425521612022401352076
Binary1001110010101101100011101010010010100000101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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