#ADC199

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

Shades of Norway #ADC199

Tints of Norway #ADC199

Color information

#ADC199 (or 0xADC199) is unknown color: approx Norway. HEX triplet: AD, C1 and 99. RGB value is (173,193,153). Sum of RGB (Red+Green+Blue) = 173+193+153=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC199 is #523E66. Grayscale: #B6B6B6. Windows color (decimal): -5389927 or 10076589. OLE color: 10076589.

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

Color convert

RGB173193153-
CMYK0.1000.210.24
HSL90º24.39%67.84%-
HSV(B)90º20.73%75.69%-
XYZ42.0549.3237.44-
YUV182.46111.37121.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 193 (75.78% from 255) = 37.19%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=33.33%
G=37.19%
B=29.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931530.1000.210.249024.3967.84
HexADC199A015185a1844
Octal255301231120253013230104
Binary1010110111000001100110011010010101110001011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC199; }

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

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

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

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

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

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

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

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