#ABBA9C

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

Shades of Norway #ABBA9C

Tints of Norway #ABBA9C

Color information

#ABBA9C (or 0xABBA9C) is unknown color: approx Norway. HEX triplet: AB, BA and 9C. RGB value is (171,186,156). Sum of RGB (Red+Green+Blue) = 171+186+156=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9C is #544563. Grayscale: #B2B2B2. Windows color (decimal): -5522788 or 10271403. OLE color: 10271403.

HSL color Cylindrical-coordinate representation of color #ABBA9C: hue angle of 90º degrees, saturation: 0.18, 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 #ABBA9C is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB171186156-
CMYK0.0800.160.27
HSL90º17.86%67.06%-
HSV(B)90º16.13%72.94%-
XYZ40.3546.1838.24-
YUV178.09115.53122.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=33.33%
G=36.26%
B=30.41%

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
Decimal1711861560.0800.160.279017.8667.06
HexABBA9C80101B5a1243
Octal253272234100203313222103
Binary1010101110111010100111001000010000110111011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9C; }

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

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

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

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

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

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

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

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