#ACC099

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

Shades of Norway #ACC099

Tints of Norway #ACC099

Color information

#ACC099 (or 0xACC099) is unknown color: approx Norway. HEX triplet: AC, C0 and 99. RGB value is (172,192,153). Sum of RGB (Red+Green+Blue) = 172+192+153=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC099 is #533F66. Grayscale: #B5B5B5. Windows color (decimal): -5455719 or 10076332. OLE color: 10076332.

HSL color Cylindrical-coordinate representation of color #ACC099: hue angle of 90.77º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC099 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB172192153-
CMYK0.1000.200.25
HSL90.77º23.64%67.65%-
HSV(B)90.77º20.31%75.29%-
XYZ41.6148.7737.36-
YUV181.57111.87121.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=33.27%
G=37.14%
B=29.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921530.1000.200.2590.7723.6467.65
HexACC099A014195b1844
Octal254300231120243113330104
Binary1010110011000000100110011010010100110011011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC099; }

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

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

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

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

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

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

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

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