#ABC598

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

Shades of Norway #ABC598

Tints of Norway #ABC598

Color information

#ABC598 (or 0xABC598) is unknown color: approx Norway. HEX triplet: AB, C5 and 98. RGB value is (171,197,152). Sum of RGB (Red+Green+Blue) = 171+197+152=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC598 is #543A67. Grayscale: #B8B8B8. Windows color (decimal): -5519976 or 10012075. OLE color: 10012075.

HSL color Cylindrical-coordinate representation of color #ABC598: hue angle of 94.67º 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 #ABC598 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB171197152-
CMYK0.1300.230.23
HSL94.67º27.95%68.43%-
HSV(B)94.67º22.84%77.25%-
XYZ42.4350.8637.29-
YUV184.1109.89118.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 152 (59.77% from 255) = 29.23%
R=32.88%
G=37.88%
B=29.23%

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
Decimal1711971520.1300.230.2394.6727.9568.43
HexABC598D017175f1c44
Octal253305230150272713734104
Binary1010101111000101100110001101010111101111011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC598; }

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

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

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

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

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

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

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

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