#ADC496

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

Shades of Norway #ADC496

Tints of Norway #ADC496

Color information

#ADC496 (or 0xADC496) is unknown color: approx Norway. HEX triplet: AD, C4 and 96. RGB value is (173,196,150). Sum of RGB (Red+Green+Blue) = 173+196+150=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC496 is #523B69. Grayscale: #B8B8B8. Windows color (decimal): -5389162 or 9880749. OLE color: 9880749.

HSL color Cylindrical-coordinate representation of color #ADC496: hue angle of 90º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADC496 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB173196150-
CMYK0.1200.230.23
HSL90º28.05%67.84%-
HSV(B)90º23.47%76.86%-
XYZ42.4850.5736.38-
YUV183.88108.88120.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=33.33%
G=37.76%
B=28.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961500.1200.230.239028.0567.84
HexADC496C017175a1c44
Octal255304226140272713234104
Binary1010110111000100100101101100010111101111011010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC496; }

 p { color: rgb(173,196,150); }

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

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

 a { background-color: rgb(173,196,150); }

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

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

 span { border-color: rgb(173,196,150); }

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