#9AB18A

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

Shades of Norway #9AB18A

Tints of Norway #9AB18A

Color information

#9AB18A (or 0x9AB18A) is unknown color: approx Norway. HEX triplet: 9A, B1 and 8A. RGB value is (154,177,138). Sum of RGB (Red+Green+Blue) = 154+177+138=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB18A is #654E75. Grayscale: #A5A5A5. Windows color (decimal): -6639222 or 9089434. OLE color: 9089434.

HSL color Cylindrical-coordinate representation of color #9AB18A: hue angle of 95.38º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AB18A is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB154177138-
CMYK0.1300.220.31
HSL95.38º20%61.76%-
HSV(B)95.38º22.03%69.41%-
XYZ33.6440.1530.02-
YUV165.68112.38119.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=32.84%
G=37.74%
B=29.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771380.1300.220.3195.382061.76
Hex9AB18AD0161F5f143e
Octal23226121215026371372476
Binary100110101011000110001010110101011011111101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,177,138); }

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

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

 a { background-color: rgb(154,177,138); }

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

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

 span { border-color: rgb(154,177,138); }

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