#ADC391

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

Shades of Norway #ADC391

Tints of Norway #ADC391

Color information

#ADC391 (or 0xADC391) is unknown color: approx Norway. HEX triplet: AD, C3 and 91. RGB value is (173,195,145). Sum of RGB (Red+Green+Blue) = 173+195+145=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC391 is #523C6E. Grayscale: #B6B6B6. Windows color (decimal): -5389423 or 9552813. OLE color: 9552813.

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

Color convert

RGB173195145-
CMYK0.1100.260.24
HSL86.4º29.41%66.67%-
HSV(B)86.4º25.64%76.47%-
XYZ41.8649.9634.22-
YUV182.72106.71121.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=33.72%
G=38.01%
B=28.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951450.1100.260.2486.429.4166.67
HexADC391B01A18561d43
Octal255303221130323012635103
Binary1010110111000011100100011011011010110001010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC391; }

 p { color: rgb(173,195,145); }

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

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

 a { background-color: rgb(173,195,145); }

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

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

 span { border-color: rgb(173,195,145); }

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