#9CAB91

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

Shades of Norway #9CAB91

Tints of Norway #9CAB91

Color information

#9CAB91 (or 0x9CAB91) is unknown color: approx Norway. HEX triplet: 9C, AB and 91. RGB value is (156,171,145). Sum of RGB (Red+Green+Blue) = 156+171+145=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB91 is #63546E. Grayscale: #A3A3A3. Windows color (decimal): -6509679 or 9546652. OLE color: 9546652.

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

Color convert

RGB156171145-
CMYK0.0900.150.33
HSL94.62º13.4%61.96%-
HSV(B)94.62º15.2%67.06%-
XYZ33.3838.2432.41-
YUV163.55117.53122.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=33.05%
G=36.23%
B=30.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561711450.0900.150.3394.6213.461.96
Hex9CAB9190F215fd3e
Octal23425322111017411371576
Binary10011100101010111001000110010111110000110111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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