#9AB584

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

Shades of Norway #9AB584

Tints of Norway #9AB584

Color information

#9AB584 (or 0x9AB584) is unknown color: approx Norway. HEX triplet: 9A, B5 and 84. RGB value is (154,181,132). Sum of RGB (Red+Green+Blue) = 154+181+132=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB584 is #654A7B. Grayscale: #A7A7A7. Windows color (decimal): -6638204 or 8697242. OLE color: 8697242.

HSL color Cylindrical-coordinate representation of color #9AB584: hue angle of 93.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AB584 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB154181132-
CMYK0.1500.270.29
HSL93.06º24.87%61.37%-
HSV(B)93.06º27.07%70.98%-
XYZ34.0241.5828.06-
YUV167.34108.05118.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=32.98%
G=38.76%
B=28.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541811320.1500.270.2993.0624.8761.37
Hex9AB584F01B1D5d193d
Octal23226520417033351353175
Binary100110101011010110000100111101101111101101110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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