#ABC797

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

Shades of Norway #ABC797

Tints of Norway #ABC797

Color information

#ABC797 (or 0xABC797) is unknown color: approx Norway. HEX triplet: AB, C7 and 97. RGB value is (171,199,151). Sum of RGB (Red+Green+Blue) = 171+199+151=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 151 (59.38% from 255 or 28.98% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC797 is #543868. Grayscale: #B9B9B9. Windows color (decimal): -5519465 or 9947051. OLE color: 9947051.

HSL color Cylindrical-coordinate representation of color #ABC797: hue angle of 95º 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 #ABC797 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB171199151-
CMYK0.1400.240.22
HSL95º30%68.63%-
HSV(B)95º24.12%78.04%-
XYZ42.851.7437.01-
YUV185.16108.72117.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 199 (78.12% from 255) = 38.20%
BLUE value IS 151 (59.38% from 255) = 28.98%
R=32.82%
G=38.20%
B=28.98%

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
Decimal1711991510.1400.240.22953068.63
HexABC797E018165f1e45
Octal253307227160302613736105
Binary1010101111000111100101111110011000101101011111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC797; }

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

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

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

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

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

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

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

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