#9AAC88

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

Shades of Norway #9AAC88

Tints of Norway #9AAC88

Color information

#9AAC88 (or 0x9AAC88) is unknown color: approx Norway. HEX triplet: 9A, AC and 88. RGB value is (154,172,136). Sum of RGB (Red+Green+Blue) = 154+172+136=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAC88 is #655377. Grayscale: #A2A2A2. Windows color (decimal): -6640504 or 8957082. OLE color: 8957082.

HSL color Cylindrical-coordinate representation of color #9AAC88: hue angle of 90º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AAC88 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB154172136-
CMYK0.1000.210.33
HSL90º17.82%60.39%-
HSV(B)90º20.93%67.45%-
XYZ32.5238.1528.94-
YUV162.51113.04121.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=33.33%
G=37.23%
B=29.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541721360.1000.210.339017.8260.39
Hex9AAC88A015215a123c
Octal23225421012025411322274
Binary1001101010101100100010001010010101100001101101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,172,136); }

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

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

 a { background-color: rgb(154,172,136); }

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

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

 span { border-color: rgb(154,172,136); }

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