#ABBA99

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

Shades of Norway #ABBA99

Tints of Norway #ABBA99

Color information

#ABBA99 (or 0xABBA99) is unknown color: approx Norway. HEX triplet: AB, BA and 99. RGB value is (171,186,153). Sum of RGB (Red+Green+Blue) = 171+186+153=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA99 is #544566. Grayscale: #B1B1B1. Windows color (decimal): -5522791 or 10074795. OLE color: 10074795.

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

Color convert

RGB171186153-
CMYK0.0800.180.27
HSL87.27º19.3%66.47%-
HSV(B)87.27º17.74%72.94%-
XYZ40.146.0836.92-
YUV177.75114.03123.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 153 (60.16% from 255) = 30%
R=33.53%
G=36.47%
B=30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861530.0800.180.2787.2719.366.47
HexABBA9980121B571342
Octal253272231100223312723102
Binary1010101110111010100110011000010010110111010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA99; }

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

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

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

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

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

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

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

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