#ABBA9D

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

Shades of Norway #ABBA9D

Tints of Norway #ABBA9D

Color information

#ABBA9D (or 0xABBA9D) is unknown color: approx Norway. HEX triplet: AB, BA and 9D. RGB value is (171,186,157). Sum of RGB (Red+Green+Blue) = 171+186+157=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9D is #544562. Grayscale: #B2B2B2. Windows color (decimal): -5522787 or 10336939. OLE color: 10336939.

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

Color convert

RGB171186157-
CMYK0.0800.160.27
HSL91.03º17.37%67.25%-
HSV(B)91.03º15.59%72.94%-
XYZ40.4446.2138.69-
YUV178.21116.03122.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=33.27%
G=36.19%
B=30.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861570.0800.160.2791.0317.3767.25
HexABBA9D80101B5b1143
Octal253272235100203313321103
Binary1010101110111010100111011000010000110111011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9D; }

 p { color: rgb(171,186,157); }

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

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

 a { background-color: rgb(171,186,157); }

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

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

 span { border-color: rgb(171,186,157); }

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