#9CAB8E

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

Shades of Norway #9CAB8E

Tints of Norway #9CAB8E

Color information

#9CAB8E (or 0x9CAB8E) is unknown color: approx Norway. HEX triplet: 9C, AB and 8E. RGB value is (156,171,142). Sum of RGB (Red+Green+Blue) = 156+171+142=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB8E is #635471. Grayscale: #A3A3A3. Windows color (decimal): -6509682 or 9350044. OLE color: 9350044.

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

Color convert

RGB156171142-
CMYK0.0900.170.33
HSL91.03º14.72%61.37%-
HSV(B)91.03º16.96%67.06%-
XYZ33.1638.1531.21-
YUV163.21116.03122.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=33.26%
G=36.46%
B=30.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711420.0900.170.3391.0314.7261.37
Hex9CAB8E9011215bf3d
Octal23425321611021411331775
Binary100111001010101110001110100101000110000110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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