#ABC197

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

Shades of Norway #ABC197

Tints of Norway #ABC197

Color information

#ABC197 (or 0xABC197) is unknown color: approx Norway. HEX triplet: AB, C1 and 97. RGB value is (171,193,151). Sum of RGB (Red+Green+Blue) = 171+193+151=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC197 is #543E68. Grayscale: #B5B5B5. Windows color (decimal): -5521001 or 9945515. OLE color: 9945515.

HSL color Cylindrical-coordinate representation of color #ABC197: hue angle of 91.43º degrees, saturation: 0.25, 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 #ABC197 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB171193151-
CMYK0.1100.220.24
HSL91.43º25.3%67.45%-
HSV(B)91.43º21.76%75.69%-
XYZ41.4549.0336.56-
YUV181.63110.71120.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=33.20%
G=37.48%
B=29.32%

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
Decimal1711931510.1100.220.2491.4325.367.45
HexABC197B016185b1943
Octal253301227130263013331103
Binary1010101111000001100101111011010110110001011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC197; }

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

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

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

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

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

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

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

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