#ABC897

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

Shades of Norway #ABC897

Tints of Norway #ABC897

Color information

#ABC897 (or 0xABC897) is unknown color: approx Norway. HEX triplet: AB, C8 and 97. RGB value is (171,200,151). Sum of RGB (Red+Green+Blue) = 171+200+151=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC897 is #543768. Grayscale: #B9B9B9. Windows color (decimal): -5519209 or 9947307. OLE color: 9947307.

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

Color convert

RGB171200151-
CMYK0.1400.240.22
HSL95.51º30.82%68.82%-
HSV(B)95.51º24.5%78.43%-
XYZ43.0352.237.09-
YUV185.74108.39117.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.76%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=32.76%
G=38.31%
B=28.93%

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
Decimal1712001510.1400.240.2295.5130.8268.82
HexABC897E01816601f45
Octal253310227160302614037105
Binary1010101111001000100101111110011000101101100000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC897; }

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

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

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

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

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

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

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

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