#ABB998

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

Shades of Norway #ABB998

Tints of Norway #ABB998

Color information

#ABB998 (or 0xABB998) is unknown color: approx Norway. HEX triplet: AB, B9 and 98. RGB value is (171,185,152). Sum of RGB (Red+Green+Blue) = 171+185+152=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB998 is #544667. Grayscale: #B1B1B1. Windows color (decimal): -5523048 or 10009003. OLE color: 10009003.

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

Color convert

RGB171185152-
CMYK0.0800.180.27
HSL85.45º19.08%66.08%-
HSV(B)85.45º17.84%72.55%-
XYZ39.8145.6236.41-
YUV177.05113.86123.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 152 (59.77% from 255) = 29.92%
R=33.66%
G=36.42%
B=29.92%

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
Decimal1711851520.0800.180.2785.4519.0866.08
HexABB99880121B551342
Octal253271230100223312523102
Binary1010101110111001100110001000010010110111010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB998; }

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

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

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

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

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

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

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

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