#ADC791

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

Shades of Norway #ADC791

Tints of Norway #ADC791

Color information

#ADC791 (or 0xADC791) is unknown color: approx Norway. HEX triplet: AD, C7 and 91. RGB value is (173,199,145). Sum of RGB (Red+Green+Blue) = 173+199+145=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC791 is #52386E. Grayscale: #B9B9B9. Windows color (decimal): -5388399 or 9553837. OLE color: 9553837.

HSL color Cylindrical-coordinate representation of color #ADC791: hue angle of 88.89º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC791 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB173199145-
CMYK0.1300.270.22
HSL88.89º32.53%67.45%-
HSV(B)88.89º27.14%78.04%-
XYZ42.7751.7834.53-
YUV185.07105.39119.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 145 (57.03% from 255) = 28.05%
R=33.46%
G=38.49%
B=28.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991450.1300.270.2288.8932.5367.45
HexADC791D01B16592143
Octal255307221150332613141103
Binary10101101110001111001000111010110111011010110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC791; }

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

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

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

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

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

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

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

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