#ACC097

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

Shades of Norway #ACC097

Tints of Norway #ACC097

Color information

#ACC097 (or 0xACC097) is unknown color: approx Norway. HEX triplet: AC, C0 and 97. RGB value is (172,192,151). Sum of RGB (Red+Green+Blue) = 172+192+151=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC097 is #533F68. Grayscale: #B5B5B5. Windows color (decimal): -5455721 or 9945260. OLE color: 9945260.

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

Color convert

RGB172192151-
CMYK0.1000.210.25
HSL89.27º24.55%67.25%-
HSV(B)89.27º21.35%75.29%-
XYZ41.4548.736.49-
YUV181.35110.87121.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=33.40%
G=37.28%
B=29.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921510.1000.210.2589.2724.5567.25
HexACC097A01519591943
Octal254300227120253113131103
Binary1010110011000000100101111010010101110011011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC097; }

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

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

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

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

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

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

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

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