#ADC195

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

Shades of Norway #ADC195

Tints of Norway #ADC195

Color information

#ADC195 (or 0xADC195) is unknown color: approx Norway. HEX triplet: AD, C1 and 95. RGB value is (173,193,149). Sum of RGB (Red+Green+Blue) = 173+193+149=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC195 is #523E6A. Grayscale: #B6B6B6. Windows color (decimal): -5389931 or 9814445. OLE color: 9814445.

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

Color convert

RGB173193149-
CMYK0.1000.230.24
HSL87.27º26.19%67.06%-
HSV(B)87.27º22.8%75.69%-
XYZ41.7349.1935.73-
YUV182109.37121.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.59%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=33.59%
G=37.48%
B=28.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931490.1000.230.2487.2726.1967.06
HexADC195A01718571a43
Octal255301225120273012732103
Binary1010110111000001100101011010010111110001010111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC195; }

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

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

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

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

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

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

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

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