#ABB79A

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

Shades of Norway #ABB79A

Tints of Norway #ABB79A

Color information

#ABB79A (or 0xABB79A) is unknown color: approx Norway. HEX triplet: AB, B7 and 9A. RGB value is (171,183,154). Sum of RGB (Red+Green+Blue) = 171+183+154=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB79A is #544865. Grayscale: #B0B0B0. Windows color (decimal): -5523558 or 10139563. OLE color: 10139563.

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

Color convert

RGB171183154-
CMYK0.0700.160.28
HSL84.83º16.76%66.08%-
HSV(B)84.83º15.85%71.76%-
XYZ39.5644.8637.15-
YUV176.11115.52124.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=33.66%
G=36.02%
B=30.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831540.0700.160.2884.8316.7666.08
HexABB79A70101C551142
Octal25326723270203412521102
Binary101010111011011110011010111010000111001010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB79A; }

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

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

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

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

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

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

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

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