#ACC691

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

Shades of Norway #ACC691

Tints of Norway #ACC691

Color information

#ACC691 (or 0xACC691) is unknown color: approx Norway. HEX triplet: AC, C6 and 91. RGB value is (172,198,145). Sum of RGB (Red+Green+Blue) = 172+198+145=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 145 (57.03% from 255 or 28.16% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC691 is #53396E. Grayscale: #B8B8B8. Windows color (decimal): -5454191 or 9553580. OLE color: 9553580.

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

Color convert

RGB172198145-
CMYK0.1300.270.22
HSL89.43º31.74%67.25%-
HSV(B)89.43º26.77%77.65%-
XYZ42.3251.234.44-
YUV184.18105.89119.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 145 (57.03% from 255) = 28.16%
R=33.40%
G=38.45%
B=28.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981450.1300.270.2289.4331.7467.25
HexACC691D01B16592043
Octal254306221150332613140103
Binary10101100110001101001000111010110111011010110011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC691; }

 p { color: rgb(172,198,145); }

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

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

 a { background-color: rgb(172,198,145); }

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

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

 span { border-color: rgb(172,198,145); }

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