#ABBA9F

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

Shades of Norway #ABBA9F

Tints of Norway #ABBA9F

Color information

#ABBA9F (or 0xABBA9F) is unknown color: approx Norway. HEX triplet: AB, BA and 9F. RGB value is (171,186,159). Sum of RGB (Red+Green+Blue) = 171+186+159=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9F is #544560. Grayscale: #B2B2B2. Windows color (decimal): -5522785 or 10468011. OLE color: 10468011.

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

Color convert

RGB171186159-
CMYK0.0800.150.27
HSL93.33º16.36%67.65%-
HSV(B)93.33º14.52%72.94%-
XYZ40.6146.2839.59-
YUV178.44117.03122.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=33.14%
G=36.05%
B=30.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861590.0800.150.2793.3316.3667.65
HexABBA9F80F1B5d1044
Octal253272237100173313520104
Binary101010111011101010011111100001111110111011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9F; }

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

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

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

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

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

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

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

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