#ABBA9A

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

Shades of Norway #ABBA9A

Tints of Norway #ABBA9A

Color information

#ABBA9A (or 0xABBA9A) is unknown color: approx Norway. HEX triplet: AB, BA and 9A. RGB value is (171,186,154). Sum of RGB (Red+Green+Blue) = 171+186+154=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9A is #544565. Grayscale: #B1B1B1. Windows color (decimal): -5522790 or 10140331. OLE color: 10140331.

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

Color convert

RGB171186154-
CMYK0.0800.170.27
HSL88.12º18.82%66.67%-
HSV(B)88.12º17.2%72.94%-
XYZ40.1946.1137.35-
YUV177.87114.53123.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=33.46%
G=36.40%
B=30.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861540.0800.170.2788.1218.8266.67
HexABBA9A80111B581343
Octal253272232100213313023103
Binary1010101110111010100110101000010001110111011000100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9A; }

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

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

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

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

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

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

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

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