#ABC196

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

Shades of Norway #ABC196

Tints of Norway #ABC196

Color information

#ABC196 (or 0xABC196) is unknown color: approx Norway. HEX triplet: AB, C1 and 96. RGB value is (171,193,150). Sum of RGB (Red+Green+Blue) = 171+193+150=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC196 is #543E69. Grayscale: #B5B5B5. Windows color (decimal): -5521002 or 9879979. OLE color: 9879979.

HSL color Cylindrical-coordinate representation of color #ABC196: hue angle of 90.7º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC196 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB171193150-
CMYK0.1100.220.24
HSL90.7º25.75%67.25%-
HSV(B)90.7º22.28%75.69%-
XYZ41.374936.13-
YUV181.52110.21120.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=33.27%
G=37.55%
B=29.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931500.1100.220.2490.725.7567.25
HexABC196B016185b1a43
Octal253301226130263013332103
Binary1010101111000001100101101011010110110001011011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC196; }

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

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

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

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

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

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

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

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