#9AB788

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

Shades of Norway #9AB788

Tints of Norway #9AB788

Color information

#9AB788 (or 0x9AB788) is unknown color: approx Norway. HEX triplet: 9A, B7 and 88. RGB value is (154,183,136). Sum of RGB (Red+Green+Blue) = 154+183+136=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB788 is #654877. Grayscale: #A9A9A9. Windows color (decimal): -6637688 or 8959898. OLE color: 8959898.

HSL color Cylindrical-coordinate representation of color #9AB788: hue angle of 97.02º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB788 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB154183136-
CMYK0.1600.260.28
HSL97.02º24.61%62.55%-
HSV(B)97.02º25.68%71.76%-
XYZ34.742.5129.67-
YUV168.97109.39117.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=32.56%
G=38.69%
B=28.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541831360.1600.260.2897.0224.6162.55
Hex9AB7881001A1C61193f
Octal23226721020032341413177
Binary1001101010110111100010001000001101011100110000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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