#ABBA9B

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

Shades of Norway #ABBA9B

Tints of Norway #ABBA9B

Color information

#ABBA9B (or 0xABBA9B) is unknown color: approx Norway. HEX triplet: AB, BA and 9B. RGB value is (171,186,155). Sum of RGB (Red+Green+Blue) = 171+186+155=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9B is #544564. Grayscale: #B2B2B2. Windows color (decimal): -5522789 or 10205867. OLE color: 10205867.

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

Color convert

RGB171186155-
CMYK0.0800.170.27
HSL89.03º18.34%66.86%-
HSV(B)89.03º16.67%72.94%-
XYZ40.2746.1437.79-
YUV177.98115.03123.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=33.40%
G=36.33%
B=30.27%

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
Decimal1711861550.0800.170.2789.0318.3466.86
HexABBA9B80111B591243
Octal253272233100213313122103
Binary1010101110111010100110111000010001110111011001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9B; }

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

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

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

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

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

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

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

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