#ABBA98

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

Shades of Norway #ABBA98

Tints of Norway #ABBA98

Color information

#ABBA98 (or 0xABBA98) is unknown color: approx Norway. HEX triplet: AB, BA and 98. RGB value is (171,186,152). Sum of RGB (Red+Green+Blue) = 171+186+152=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA98 is #544567. Grayscale: #B1B1B1. Windows color (decimal): -5522792 or 10009259. OLE color: 10009259.

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

Color convert

RGB171186152-
CMYK0.0800.180.27
HSL86.47º19.77%66.27%-
HSV(B)86.47º18.28%72.94%-
XYZ40.0246.0436.48-
YUV177.64113.53123.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 152 (59.77% from 255) = 29.86%
R=33.60%
G=36.54%
B=29.86%

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
Decimal1711861520.0800.180.2786.4719.7766.27
HexABBA9880121B561442
Octal253272230100223312624102
Binary1010101110111010100110001000010010110111010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA98; }

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

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

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

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

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

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

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

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