#ABBA97

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

Shades of Norway #ABBA97

Tints of Norway #ABBA97

Color information

#ABBA97 (or 0xABBA97) is unknown color: approx Norway. HEX triplet: AB, BA and 97. RGB value is (171,186,151). Sum of RGB (Red+Green+Blue) = 171+186+151=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA97 is #544568. Grayscale: #B1B1B1. Windows color (decimal): -5522793 or 9943723. OLE color: 9943723.

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

Color convert

RGB171186151-
CMYK0.0800.190.27
HSL85.71º20.23%66.08%-
HSV(B)85.71º18.82%72.94%-
XYZ39.9446.0136.05-
YUV177.52113.03123.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=33.66%
G=36.61%
B=29.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861510.0800.190.2785.7120.2366.08
HexABBA9780131B561442
Octal253272227100233312624102
Binary1010101110111010100101111000010011110111010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA97; }

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

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

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

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

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

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

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

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