#ABB99A

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

Shades of Norway #ABB99A

Tints of Norway #ABB99A

Color information

#ABB99A (or 0xABB99A) is unknown color: approx Norway. HEX triplet: AB, B9 and 9A. RGB value is (171,185,154). Sum of RGB (Red+Green+Blue) = 171+185+154=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB99A is #544665. Grayscale: #B1B1B1. Windows color (decimal): -5523046 or 10140075. OLE color: 10140075.

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

Color convert

RGB171185154-
CMYK0.0800.170.27
HSL87.1º18.13%66.47%-
HSV(B)87.1º16.76%72.55%-
XYZ39.9845.6937.28-
YUV177.28114.86123.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=33.53%
G=36.27%
B=30.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851540.0800.170.2787.118.1366.47
HexABB99A80111B571242
Octal253271232100213312722102
Binary1010101110111001100110101000010001110111010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB99A; }

 p { color: rgb(171,185,154); }

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

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

 a { background-color: rgb(171,185,154); }

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

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

 span { border-color: rgb(171,185,154); }

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