#ABC594

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

Shades of Norway #ABC594

Tints of Norway #ABC594

Color information

#ABC594 (or 0xABC594) is unknown color: approx Norway. HEX triplet: AB, C5 and 94. RGB value is (171,197,148). Sum of RGB (Red+Green+Blue) = 171+197+148=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC594 is #543A6B. Grayscale: #B7B7B7. Windows color (decimal): -5519980 or 9749931. OLE color: 9749931.

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

Color convert

RGB171197148-
CMYK0.1300.250.23
HSL91.84º29.7%67.65%-
HSV(B)91.84º24.87%77.25%-
XYZ42.1150.7335.59-
YUV183.64107.89118.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 197 (77.34% from 255) = 38.18%
BLUE value IS 148 (58.20% from 255) = 28.68%
R=33.14%
G=38.18%
B=28.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971480.1300.250.2391.8429.767.65
HexABC594D019175c1e44
Octal253305224150312713436104
Binary1010101111000101100101001101011001101111011100111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC594; }

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

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

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

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

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

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

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

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