#ABB990

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

Shades of Norway #ABB990

Tints of Norway #ABB990

Color information

#ABB990 (or 0xABB990) is unknown color: approx Norway. HEX triplet: AB, B9 and 90. RGB value is (171,185,144). Sum of RGB (Red+Green+Blue) = 171+185+144=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB990 is #54466F. Grayscale: #B0B0B0. Windows color (decimal): -5523056 or 9484715. OLE color: 9484715.

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

Color convert

RGB171185144-
CMYK0.0800.220.27
HSL80.49º22.65%64.51%-
HSV(B)80.49º22.16%72.55%-
XYZ39.1845.3733.08-
YUV176.14109.86124.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 144 (56.64% from 255) = 28.8%
R=34.2%
G=37%
B=28.8%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851440.0800.220.2780.4922.6564.51
HexABB99080161B501741
Octal253271220100263312027101
Binary1010101110111001100100001000010110110111010000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB990; }

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

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

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

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

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

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

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

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