#ACC499

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

Shades of Norway #ACC499

Tints of Norway #ACC499

Color information

#ACC499 (or 0xACC499) is unknown color: approx Norway. HEX triplet: AC, C4 and 99. RGB value is (172,196,153). Sum of RGB (Red+Green+Blue) = 172+196+153=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC499 is #533B66. Grayscale: #B8B8B8. Windows color (decimal): -5454695 or 10077356. OLE color: 10077356.

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

Color convert

RGB172196153-
CMYK0.1200.220.23
HSL93.49º26.71%68.43%-
HSV(B)93.49º21.94%76.86%-
XYZ42.550.5537.65-
YUV183.92110.55119.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 196 (76.95% from 255) = 37.62%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=33.01%
G=37.62%
B=29.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961530.1200.220.2393.4926.7168.43
HexACC499C016175d1b44
Octal254304231140262713533104
Binary1010110011000100100110011100010110101111011101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC499; }

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

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

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

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

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

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

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

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