#9ABA8B

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

Shades of Norway #9ABA8B

Tints of Norway #9ABA8B

Color information

#9ABA8B (or 0x9ABA8B) is unknown color: approx Norway. HEX triplet: 9A, BA and 8B. RGB value is (154,186,139). Sum of RGB (Red+Green+Blue) = 154+186+139=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 186 - color contains mainly: green. Hex color #9ABA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABA8B is #654574. Grayscale: #ABABAB. Windows color (decimal): -6636917 or 9157274. OLE color: 9157274.

HSL color Cylindrical-coordinate representation of color #9ABA8B: hue angle of 100.85º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ABA8B is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB154186139-
CMYK0.1700.250.27
HSL100.85º25.41%63.73%-
HSV(B)100.85º25.27%72.94%-
XYZ35.5543.8531.02-
YUV171.07109.9115.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=32.15%
G=38.83%
B=29.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541861390.1700.250.27100.8525.4163.73
Hex9ABA8B110191B651940
Octal232272213210313314531100
Binary10011010101110101000101110001011001110111100101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,186,139); }

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

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

 a { background-color: rgb(154,186,139); }

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

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

 span { border-color: rgb(154,186,139); }

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