#ADC196

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

Shades of Norway #ADC196

Tints of Norway #ADC196

Color information

#ADC196 (or 0xADC196) is unknown color: approx Norway. HEX triplet: AD, C1 and 96. RGB value is (173,193,150). Sum of RGB (Red+Green+Blue) = 173+193+150=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC196 is #523E69. Grayscale: #B6B6B6. Windows color (decimal): -5389930 or 9879981. OLE color: 9879981.

HSL color Cylindrical-coordinate representation of color #ADC196: hue angle of 87.91º degrees, saturation: 0.26, 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 #ADC196 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB173193150-
CMYK0.1000.220.24
HSL87.91º25.75%67.25%-
HSV(B)87.91º22.28%75.69%-
XYZ41.8149.2336.15-
YUV182.12109.87121.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 193 (75.78% from 255) = 37.40%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=33.53%
G=37.40%
B=29.07%

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
Decimal1731931500.1000.220.2487.9125.7567.25
HexADC196A01618581a43
Octal255301226120263013032103
Binary1010110111000001100101101010010110110001011000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC196; }

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

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

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

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

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

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

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

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