#9AB385

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

Shades of Norway #9AB385

Tints of Norway #9AB385

Color information

#9AB385 (or 0x9AB385) is unknown color: approx Norway. HEX triplet: 9A, B3 and 85. RGB value is (154,179,133). Sum of RGB (Red+Green+Blue) = 154+179+133=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB385 is #654C7A. Grayscale: #A6A6A6. Windows color (decimal): -6638715 or 8762266. OLE color: 8762266.

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

Color convert

RGB154179133-
CMYK0.1400.260.30
HSL92.61º23.23%61.18%-
HSV(B)92.61º25.7%70.2%-
XYZ33.6840.828.29-
YUV166.28109.22119.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 179 (70.31% from 255) = 38.41%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=33.05%
G=38.41%
B=28.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791330.1400.260.3092.6123.2361.18
Hex9AB385E01A1E5d173d
Octal23226320516032361352775
Binary100110101011001110000101111001101011110101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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