#ABB999

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

Shades of Norway #ABB999

Tints of Norway #ABB999

Color information

#ABB999 (or 0xABB999) is unknown color: approx Norway. HEX triplet: AB, B9 and 99. RGB value is (171,185,153). Sum of RGB (Red+Green+Blue) = 171+185+153=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB999 is #544666. Grayscale: #B1B1B1. Windows color (decimal): -5523047 or 10074539. OLE color: 10074539.

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

Color convert

RGB171185153-
CMYK0.0800.170.27
HSL86.25º18.6%66.27%-
HSV(B)86.25º17.3%72.55%-
XYZ39.8945.6636.85-
YUV177.17114.36123.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=33.60%
G=36.35%
B=30.06%

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
Decimal1711851530.0800.170.2786.2518.666.27
HexABB99980111B561342
Octal253271231100213312623102
Binary1010101110111001100110011000010001110111010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB999; }

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

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

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

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

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

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

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

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