#9AB884

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

Shades of Norway #9AB884

Tints of Norway #9AB884

Color information

#9AB884 (or 0x9AB884) is unknown color: approx Norway. HEX triplet: 9A, B8 and 84. RGB value is (154,184,132). Sum of RGB (Red+Green+Blue) = 154+184+132=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB884 is #65477B. Grayscale: #A9A9A9. Windows color (decimal): -6637436 or 8698010. OLE color: 8698010.

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

Color convert

RGB154184132-
CMYK0.1600.280.28
HSL94.62º26.8%61.96%-
HSV(B)94.62º28.26%72.16%-
XYZ34.6342.8228.27-
YUV169.1107.06117.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.77%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=32.77%
G=39.15%
B=28.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541841320.1600.280.2894.6226.861.96
Hex9AB8841001C1C5f1b3e
Octal23227020420034341373376
Binary1001101010111000100001001000001110011100101111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,132); }

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

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

 a { background-color: rgb(154,184,132); }

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

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

 span { border-color: rgb(154,184,132); }

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