#ABC597

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

Shades of Norway #ABC597

Tints of Norway #ABC597

Color information

#ABC597 (or 0xABC597) is unknown color: approx Norway. HEX triplet: AB, C5 and 97. RGB value is (171,197,151). Sum of RGB (Red+Green+Blue) = 171+197+151=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC597 is #543A68. Grayscale: #B8B8B8. Windows color (decimal): -5519977 or 9946539. OLE color: 9946539.

HSL color Cylindrical-coordinate representation of color #ABC597: hue angle of 93.91º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC597 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB171197151-
CMYK0.1300.230.23
HSL93.91º28.4%68.24%-
HSV(B)93.91º23.35%77.25%-
XYZ42.3550.8236.86-
YUV183.98109.39118.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=32.95%
G=37.96%
B=29.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971510.1300.230.2393.9128.468.24
HexABC597D017175e1c44
Octal253305227150272713634104
Binary1010101111000101100101111101010111101111011110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC597; }

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

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

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

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

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

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

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

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