#ABC397

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

Shades of Norway #ABC397

Tints of Norway #ABC397

Color information

#ABC397 (or 0xABC397) is unknown color: approx Norway. HEX triplet: AB, C3 and 97. RGB value is (171,195,151). Sum of RGB (Red+Green+Blue) = 171+195+151=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC397 is #543C68. Grayscale: #B6B6B6. Windows color (decimal): -5520489 or 9946027. OLE color: 9946027.

HSL color Cylindrical-coordinate representation of color #ABC397: hue angle of 92.73º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABC397 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB171195151-
CMYK0.1200.230.24
HSL92.73º26.83%67.84%-
HSV(B)92.73º22.56%76.47%-
XYZ41.949.9236.71-
YUV182.81110.05119.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=33.08%
G=37.72%
B=29.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951510.1200.230.2492.7326.8367.84
HexABC397C017185d1b44
Octal253303227140273013533104
Binary1010101111000011100101111100010111110001011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC397; }

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

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

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

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

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

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

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

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