#ABB79D

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

Shades of Norway #ABB79D

Tints of Norway #ABB79D

Color information

#ABB79D (or 0xABB79D) is unknown color: approx Norway. HEX triplet: AB, B7 and 9D. RGB value is (171,183,157). Sum of RGB (Red+Green+Blue) = 171+183+157=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB79D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB79D is #544862. Grayscale: #B0B0B0. Windows color (decimal): -5523555 or 10336171. OLE color: 10336171.

HSL color Cylindrical-coordinate representation of color #ABB79D: hue angle of 87.69º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABB79D is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB171183157-
CMYK0.0700.140.28
HSL87.69º15.29%66.67%-
HSV(B)87.69º14.21%71.76%-
XYZ39.8144.9638.48-
YUV176.45117.02124.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 183 (71.88% from 255) = 35.81%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=33.46%
G=35.81%
B=30.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831570.0700.140.2887.6915.2966.67
HexABB79D70E1C58f43
Octal25326723570163413017103
Binary1010101110110111100111011110111011100101100011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB79D; }

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

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

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

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

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

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

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

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