#ABB992

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

Shades of Norway #ABB992

Tints of Norway #ABB992

Color information

#ABB992 (or 0xABB992) is unknown color: approx Norway. HEX triplet: AB, B9 and 92. RGB value is (171,185,146). Sum of RGB (Red+Green+Blue) = 171+185+146=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB992 is #54466D. Grayscale: #B0B0B0. Windows color (decimal): -5523054 or 9615787. OLE color: 9615787.

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

Color convert

RGB171185146-
CMYK0.0800.210.27
HSL81.54º21.79%64.9%-
HSV(B)81.54º21.08%72.55%-
XYZ39.3345.4333.89-
YUV176.37110.86124.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=34.06%
G=36.85%
B=29.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851460.0800.210.2781.5421.7964.9
HexABB99280151B521641
Octal253271222100253312226101
Binary1010101110111001100100101000010101110111010010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB992; }

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

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

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

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

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

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

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

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