#ABC593

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

Shades of Norway #ABC593

Tints of Norway #ABC593

Color information

#ABC593 (or 0xABC593) is unknown color: approx Norway. HEX triplet: AB, C5 and 93. RGB value is (171,197,147). Sum of RGB (Red+Green+Blue) = 171+197+147=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 147 (57.81% from 255 or 28.54% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC593 is #543A6C. Grayscale: #B7B7B7. Windows color (decimal): -5519981 or 9684395. OLE color: 9684395.

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

Color convert

RGB171197147-
CMYK0.1300.250.23
HSL91.2º30.12%67.45%-
HSV(B)91.2º25.38%77.25%-
XYZ42.0350.735.17-
YUV183.53107.39119.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 147 (57.81% from 255) = 28.54%
R=33.20%
G=38.25%
B=28.54%

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
Decimal1711971470.1300.250.2391.230.1267.45
HexABC593D019175b1e43
Octal253305223150312713336103
Binary1010101111000101100100111101011001101111011011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC593; }

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

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

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

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

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

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

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

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