#ABC499

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

Shades of Norway #ABC499

Tints of Norway #ABC499

Color information

#ABC499 (or 0xABC499) is unknown color: approx Norway. HEX triplet: AB, C4 and 99. RGB value is (171,196,153). Sum of RGB (Red+Green+Blue) = 171+196+153=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC499 is #543B66. Grayscale: #B7B7B7. Windows color (decimal): -5520231 or 10077355. OLE color: 10077355.

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

Color convert

RGB171196153-
CMYK0.1300.220.23
HSL94.88º26.71%68.43%-
HSV(B)94.88º21.94%76.86%-
XYZ42.2850.4437.64-
YUV183.62110.72119-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 196 (76.95% from 255) = 37.69%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=32.88%
G=37.69%
B=29.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961530.1300.220.2394.8826.7168.43
HexABC499D016175f1b44
Octal253304231150262713733104
Binary1010101111000100100110011101010110101111011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC499; }

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

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

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

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

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

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

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

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