#ABB993

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

Shades of Norway #ABB993

Tints of Norway #ABB993

Color information

#ABB993 (or 0xABB993) is unknown color: approx Norway. HEX triplet: AB, B9 and 93. RGB value is (171,185,147). Sum of RGB (Red+Green+Blue) = 171+185+147=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB993 is #54466C. Grayscale: #B0B0B0. Windows color (decimal): -5523053 or 9681323. OLE color: 9681323.

HSL color Cylindrical-coordinate representation of color #ABB993: hue angle of 82.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB993 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB171185147-
CMYK0.0800.210.27
HSL82.11º21.35%65.1%-
HSV(B)82.11º20.54%72.55%-
XYZ39.4145.4634.3-
YUV176.48111.36124.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=34.00%
G=36.78%
B=29.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851470.0800.210.2782.1121.3565.1
HexABB99380151B521541
Octal253271223100253312225101
Binary1010101110111001100100111000010101110111010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB993; }

 p { color: rgb(171,185,147); }

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

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

 a { background-color: rgb(171,185,147); }

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

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

 span { border-color: rgb(171,185,147); }

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