#9AB188

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

Shades of Norway #9AB188

Tints of Norway #9AB188

Color information

#9AB188 (or 0x9AB188) is unknown color: approx Norway. HEX triplet: 9A, B1 and 88. RGB value is (154,177,136). Sum of RGB (Red+Green+Blue) = 154+177+136=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB188 is #654E77. Grayscale: #A5A5A5. Windows color (decimal): -6639224 or 8958362. OLE color: 8958362.

HSL color Cylindrical-coordinate representation of color #9AB188: hue angle of 93.66º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB188 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB154177136-
CMYK0.1300.230.31
HSL93.66º20.81%61.37%-
HSV(B)93.66º23.16%69.41%-
XYZ33.4940.0929.27-
YUV165.45111.38119.83-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 177 (69.53% from 255) = 37.90%
BLUE value IS 136 (53.52% from 255) = 29.12%
R=32.98%
G=37.90%
B=29.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771360.1300.230.3193.6620.8161.37
Hex9AB188D0171F5e153d
Octal23226121015027371362575
Binary100110101011000110001000110101011111111101111010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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