#ABBD9B

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

Shades of Norway #ABBD9B

Tints of Norway #ABBD9B

Color information

#ABBD9B (or 0xABBD9B) is unknown color: approx Norway. HEX triplet: AB, BD and 9B. RGB value is (171,189,155). Sum of RGB (Red+Green+Blue) = 171+189+155=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9B is #544264. Grayscale: #B3B3B3. Windows color (decimal): -5522021 or 10206635. OLE color: 10206635.

HSL color Cylindrical-coordinate representation of color #ABBD9B: hue angle of 91.76º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBD9B is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB171189155-
CMYK0.1000.180.26
HSL91.76º20.48%67.45%-
HSV(B)91.76º17.99%74.12%-
XYZ40.9147.4238.01-
YUV179.74114.04121.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 189 (74.22% from 255) = 36.70%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=33.20%
G=36.70%
B=30.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891550.1000.180.2691.7620.4867.45
HexABBD9BA0121A5c1443
Octal253275233120223213424103
Binary1010101110111101100110111010010010110101011100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD9B; }

 p { color: rgb(171,189,155); }

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

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

 a { background-color: rgb(171,189,155); }

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

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

 span { border-color: rgb(171,189,155); }

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