#ABBB9D

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

Shades of Norway #ABBB9D

Tints of Norway #ABBB9D

Color information

#ABBB9D (or 0xABBB9D) is unknown color: approx Norway. HEX triplet: AB, BB and 9D. RGB value is (171,187,157). Sum of RGB (Red+Green+Blue) = 171+187+157=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBB9D is #544462. Grayscale: #B2B2B2. Windows color (decimal): -5522531 or 10337195. OLE color: 10337195.

HSL color Cylindrical-coordinate representation of color #ABBB9D: hue angle of 92º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBB9D is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB171187157-
CMYK0.0900.160.27
HSL92º18.07%67.45%-
HSV(B)92º16.04%73.33%-
XYZ40.6546.6338.76-
YUV178.8115.7122.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 157 (61.72% from 255) = 30.49%
R=33.20%
G=36.31%
B=30.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711871570.0900.160.279218.0767.45
HexABBB9D90101B5c1243
Octal253273235110203313422103
Binary1010101110111011100111011001010000110111011100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBB9D; }

 p { color: rgb(171,187,157); }

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

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

 a { background-color: rgb(171,187,157); }

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

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

 span { border-color: rgb(171,187,157); }

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