#9CAB92

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

Shades of Norway #9CAB92

Tints of Norway #9CAB92

Color information

#9CAB92 (or 0x9CAB92) is unknown color: approx Norway. HEX triplet: 9C, AB and 92. RGB value is (156,171,146). Sum of RGB (Red+Green+Blue) = 156+171+146=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #9CAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAB92 is #63546D. Grayscale: #A3A3A3. Windows color (decimal): -6509678 or 9612188. OLE color: 9612188.

HSL color Cylindrical-coordinate representation of color #9CAB92: hue angle of 96º 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 #9CAB92 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB156171146-
CMYK0.0900.150.33
HSL96º12.95%62.16%-
HSV(B)96º14.62%67.06%-
XYZ33.4638.2732.82-
YUV163.66118.03122.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.98%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=32.98%
G=36.15%
B=30.87%

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
Decimal1561711460.0900.150.339612.9562.16
Hex9CAB9290F2160d3e
Octal23425322211017411401576
Binary10011100101010111001001010010111110000111000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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