#ABC798

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

Shades of Norway #ABC798

Tints of Norway #ABC798

Color information

#ABC798 (or 0xABC798) is unknown color: approx Norway. HEX triplet: AB, C7 and 98. RGB value is (171,199,152). Sum of RGB (Red+Green+Blue) = 171+199+152=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC798 is #543867. Grayscale: #B9B9B9. Windows color (decimal): -5519464 or 10012587. OLE color: 10012587.

HSL color Cylindrical-coordinate representation of color #ABC798: hue angle of 95.74º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC798 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB171199152-
CMYK0.1400.240.22
HSL95.74º29.56%68.82%-
HSV(B)95.74º23.62%78.04%-
XYZ42.8951.7737.44-
YUV185.27109.22117.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 199 (78.12% from 255) = 38.12%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=32.76%
G=38.12%
B=29.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991520.1400.240.2295.7429.5668.82
HexABC798E01816601e45
Octal253307230160302614036105
Binary1010101111000111100110001110011000101101100000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC798; }

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

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

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

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

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

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

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

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