#9CA992

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

Shades of Norway #9CA992

Tints of Norway #9CA992

Color information

#9CA992 (or 0x9CA992) is unknown color: approx Norway. HEX triplet: 9C, A9 and 92. RGB value is (156,169,146). Sum of RGB (Red+Green+Blue) = 156+169+146=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #9CA992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA992 is #63566D. Grayscale: #A2A2A2. Windows color (decimal): -6510190 or 9611676. OLE color: 9611676.

HSL color Cylindrical-coordinate representation of color #9CA992: hue angle of 93.91º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CA992 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB156169146-
CMYK0.0800.140.34
HSL93.91º11.79%61.76%-
HSV(B)93.91º13.61%66.27%-
XYZ33.0937.5232.69-
YUV162.49118.69123.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=33.12%
G=35.88%
B=31.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1561691460.0800.140.3493.9111.7961.76
Hex9CA99280E225ec3e
Octal23425122210016421361476
Binary10011100101010011001001010000111010001010111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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