#ABB996

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

Shades of Norway #ABB996

Tints of Norway #ABB996

Color information

#ABB996 (or 0xABB996) is unknown color: approx Norway. HEX triplet: AB, B9 and 96. RGB value is (171,185,150). Sum of RGB (Red+Green+Blue) = 171+185+150=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB996 is #544669. Grayscale: #B0B0B0. Windows color (decimal): -5523050 or 9877931. OLE color: 9877931.

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

Color convert

RGB171185150-
CMYK0.0800.190.27
HSL84º20%65.69%-
HSV(B)84º18.92%72.55%-
XYZ39.6545.5635.56-
YUV176.82112.86123.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=33.79%
G=36.56%
B=29.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851500.0800.190.27842065.69
HexABB99680131B541442
Octal253271226100233312424102
Binary1010101110111001100101101000010011110111010100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB996; }

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

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

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

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

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

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

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

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