#ABBD9C

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

Shades of Norway #ABBD9C

Tints of Norway #ABBD9C

Color information

#ABBD9C (or 0xABBD9C) is unknown color: approx Norway. HEX triplet: AB, BD and 9C. RGB value is (171,189,156). Sum of RGB (Red+Green+Blue) = 171+189+156=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBD9C is #544263. Grayscale: #B3B3B3. Windows color (decimal): -5522020 or 10272171. OLE color: 10272171.

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

Color convert

RGB171189156-
CMYK0.1000.170.26
HSL92.73º20%67.65%-
HSV(B)92.73º17.46%74.12%-
XYZ40.9947.4538.45-
YUV179.86114.54121.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 189 (74.22% from 255) = 36.63%
BLUE value IS 156 (61.33% from 255) = 30.23%
R=33.14%
G=36.63%
B=30.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891560.1000.170.2692.732067.65
HexABBD9CA0111A5d1444
Octal253275234120213213524104
Binary1010101110111101100111001010010001110101011101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBD9C; }

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

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

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

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

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

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

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

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