#ABC496

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

Shades of Norway #ABC496

Tints of Norway #ABC496

Color information

#ABC496 (or 0xABC496) is unknown color: approx Norway. HEX triplet: AB, C4 and 96. RGB value is (171,196,150). Sum of RGB (Red+Green+Blue) = 171+196+150=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC496 is #543B69. Grayscale: #B7B7B7. Windows color (decimal): -5520234 or 9880747. OLE color: 9880747.

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

Color convert

RGB171196150-
CMYK0.1300.230.23
HSL92.61º28.05%67.84%-
HSV(B)92.61º23.47%76.86%-
XYZ42.0450.3436.35-
YUV183.28109.22119.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=33.08%
G=37.91%
B=29.01%

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
Decimal1711961500.1300.230.2392.6128.0567.84
HexABC496D017175d1c44
Octal253304226150272713534104
Binary1010101111000100100101101101010111101111011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC496; }

 p { color: rgb(171,196,150); }

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

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

 a { background-color: rgb(171,196,150); }

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

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

 span { border-color: rgb(171,196,150); }

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