#9AAE88

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

Shades of Norway #9AAE88

Tints of Norway #9AAE88

Color information

#9AAE88 (or 0x9AAE88) is unknown color: approx Norway. HEX triplet: 9A, AE and 88. RGB value is (154,174,136). Sum of RGB (Red+Green+Blue) = 154+174+136=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAE88 is #655177. Grayscale: #A3A3A3. Windows color (decimal): -6639992 or 8957594. OLE color: 8957594.

HSL color Cylindrical-coordinate representation of color #9AAE88: hue angle of 91.58º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AAE88 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB154174136-
CMYK0.1100.220.32
HSL91.58º19%60.78%-
HSV(B)91.58º21.84%68.24%-
XYZ32.9138.9229.07-
YUV163.69112.37121.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 174 (68.36% from 255) = 37.5%
BLUE value IS 136 (53.52% from 255) = 29.31%
R=33.19%
G=37.5%
B=29.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541741360.1100.220.3291.581960.78
Hex9AAE88B016205c133d
Octal23225621013026401342375
Binary1001101010101110100010001011010110100000101110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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