#ABC590

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

Shades of Norway #ABC590

Tints of Norway #ABC590

Color information

#ABC590 (or 0xABC590) is unknown color: approx Norway. HEX triplet: AB, C5 and 90. RGB value is (171,197,144). Sum of RGB (Red+Green+Blue) = 171+197+144=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC590 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC590 is #543A6F. Grayscale: #B7B7B7. Windows color (decimal): -5519984 or 9487787. OLE color: 9487787.

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

Color convert

RGB171197144-
CMYK0.1300.270.23
HSL89.43º31.36%66.86%-
HSV(B)89.43º26.9%77.25%-
XYZ41.7950.633.95-
YUV183.18105.89119.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=33.40%
G=38.48%
B=28.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971440.1300.270.2389.4331.3666.86
HexABC590D01B17591f43
Octal253305220150332713137103
Binary1010101111000101100100001101011011101111011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC590; }

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

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

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

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

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

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

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

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