#9AB883

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

Shades of Norway #9AB883

Tints of Norway #9AB883

Color information

#9AB883 (or 0x9AB883) is unknown color: approx Norway. HEX triplet: 9A, B8 and 83. RGB value is (154,184,131). Sum of RGB (Red+Green+Blue) = 154+184+131=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB883 is #65477C. Grayscale: #A9A9A9. Windows color (decimal): -6637437 or 8632474. OLE color: 8632474.

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

Color convert

RGB154184131-
CMYK0.1600.290.28
HSL93.96º27.18%61.76%-
HSV(B)93.96º28.8%72.16%-
XYZ34.5642.7927.91-
YUV168.99106.56117.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=32.84%
G=39.23%
B=27.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1541841310.1600.290.2893.9627.1861.76
Hex9AB8831001D1C5e1b3e
Octal23227020320035341363376
Binary1001101010111000100000111000001110111100101111011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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