#9AB388

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

Shades of Norway #9AB388

Tints of Norway #9AB388

Color information

#9AB388 (or 0x9AB388) is unknown color: approx Norway. HEX triplet: 9A, B3 and 88. RGB value is (154,179,136). Sum of RGB (Red+Green+Blue) = 154+179+136=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB388 is #654C77. Grayscale: #A6A6A6. Windows color (decimal): -6638712 or 8958874. OLE color: 8958874.

HSL color Cylindrical-coordinate representation of color #9AB388: hue angle of 94.88º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AB388 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB154179136-
CMYK0.1400.240.30
HSL94.88º22.05%61.76%-
HSV(B)94.88º24.02%70.2%-
XYZ33.8940.8929.4-
YUV166.62110.72119-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 179 (70.31% from 255) = 38.17%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=32.84%
G=38.17%
B=29.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791360.1400.240.3094.8822.0561.76
Hex9AB388E0181E5f163e
Octal23226321016030361372676
Binary100110101011001110001000111001100011110101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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