#9CAB8A

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

Shades of Norway #9CAB8A

Tints of Norway #9CAB8A

Color information

#9CAB8A (or 0x9CAB8A) is unknown color: approx Norway. HEX triplet: 9C, AB and 8A. RGB value is (156,171,138). Sum of RGB (Red+Green+Blue) = 156+171+138=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB8A is #635475. Grayscale: #A2A2A2. Windows color (decimal): -6509686 or 9087900. OLE color: 9087900.

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

Color convert

RGB156171138-
CMYK0.0900.190.33
HSL87.27º16.42%60.59%-
HSV(B)87.27º19.3%67.06%-
XYZ32.8638.0329.65-
YUV162.75114.03123.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=33.55%
G=36.77%
B=29.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711380.0900.190.3387.2716.4260.59
Hex9CAB8A90132157103d
Octal23425321211023411272075
Binary1001110010101011100010101001010011100001101011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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