#ADC19B

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

Shades of Norway #ADC19B

Tints of Norway #ADC19B

Color information

#ADC19B (or 0xADC19B) is unknown color: approx Norway. HEX triplet: AD, C1 and 9B. RGB value is (173,193,155). Sum of RGB (Red+Green+Blue) = 173+193+155=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC19B is #523E64. Grayscale: #B6B6B6. Windows color (decimal): -5389925 or 10207661. OLE color: 10207661.

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

Color convert

RGB173193155-
CMYK0.1000.200.24
HSL91.58º23.46%68.24%-
HSV(B)91.58º19.69%75.69%-
XYZ42.2249.3938.32-
YUV182.69112.37121.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=33.21%
G=37.04%
B=29.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931550.1000.200.2491.5823.4668.24
HexADC19BA014185c1744
Octal255301233120243013427104
Binary1010110111000001100110111010010100110001011100101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC19B; }

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

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

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

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

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

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

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

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