#ABB997

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

Shades of Norway #ABB997

Tints of Norway #ABB997

Color information

#ABB997 (or 0xABB997) is unknown color: approx Norway. HEX triplet: AB, B9 and 97. RGB value is (171,185,151). Sum of RGB (Red+Green+Blue) = 171+185+151=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB997 is #544668. Grayscale: #B1B1B1. Windows color (decimal): -5523049 or 9943467. OLE color: 9943467.

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

Color convert

RGB171185151-
CMYK0.0800.180.27
HSL84.71º19.54%65.88%-
HSV(B)84.71º18.38%72.55%-
XYZ39.7345.5935.98-
YUV176.94113.36123.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=33.73%
G=36.49%
B=29.78%

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
Decimal1711851510.0800.180.2784.7119.5465.88
HexABB99780121B551442
Octal253271227100223312524102
Binary1010101110111001100101111000010010110111010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB997; }

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

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

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

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

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

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

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

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