#ABBA9E

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

Shades of Norway #ABBA9E

Tints of Norway #ABBA9E

Color information

#ABBA9E (or 0xABBA9E) is unknown color: approx Norway. HEX triplet: AB, BA and 9E. RGB value is (171,186,158). Sum of RGB (Red+Green+Blue) = 171+186+158=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9E is #544561. Grayscale: #B2B2B2. Windows color (decimal): -5522786 or 10402475. OLE color: 10402475.

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

Color convert

RGB171186158-
CMYK0.0800.150.27
HSL92.14º16.87%67.45%-
HSV(B)92.14º15.05%72.94%-
XYZ40.5346.2439.14-
YUV178.32116.53122.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=33.20%
G=36.12%
B=30.68%

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
Decimal1711861580.0800.150.2792.1416.8767.45
HexABBA9E80F1B5c1143
Octal253272236100173313421103
Binary101010111011101010011110100001111110111011100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBA9E; }

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

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

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

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

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

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

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

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