#ADC197

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

Shades of Norway #ADC197

Tints of Norway #ADC197

Color information

#ADC197 (or 0xADC197) is unknown color: approx Norway. HEX triplet: AD, C1 and 97. RGB value is (173,193,151). Sum of RGB (Red+Green+Blue) = 173+193+151=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC197 is #523E68. Grayscale: #B6B6B6. Windows color (decimal): -5389929 or 9945517. OLE color: 9945517.

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

Color convert

RGB173193151-
CMYK0.1000.220.24
HSL88.57º25.3%67.45%-
HSV(B)88.57º21.76%75.69%-
XYZ41.8949.2636.58-
YUV182.23110.37121.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=33.46%
G=37.33%
B=29.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931510.1000.220.2488.5725.367.45
HexADC197A01618591943
Octal255301227120263013131103
Binary1010110111000001100101111010010110110001011001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC197; }

 p { color: rgb(173,193,151); }

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

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

 a { background-color: rgb(173,193,151); }

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

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

 span { border-color: rgb(173,193,151); }

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