#ACC692

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

Shades of Norway #ACC692

Tints of Norway #ACC692

Color information

#ACC692 (or 0xACC692) is unknown color: approx Norway. HEX triplet: AC, C6 and 92. RGB value is (172,198,146). Sum of RGB (Red+Green+Blue) = 172+198+146=516 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.33% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC692 is #53396D. Grayscale: #B8B8B8. Windows color (decimal): -5454190 or 9619116. OLE color: 9619116.

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

Color convert

RGB172198146-
CMYK0.1300.260.22
HSL90º31.33%67.45%-
HSV(B)90º26.26%77.65%-
XYZ42.451.2334.85-
YUV184.3106.39119.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.33%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=33.33%
G=38.37%
B=28.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981460.1300.260.229031.3367.45
HexACC692D01A165a1f43
Octal254306222150322613237103
Binary1010110011000110100100101101011010101101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC692; }

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

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

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

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

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

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

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

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