#ADC194

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

Shades of Norway #ADC194

Tints of Norway #ADC194

Color information

#ADC194 (or 0xADC194) is unknown color: approx Norway. HEX triplet: AD, C1 and 94. RGB value is (173,193,148). Sum of RGB (Red+Green+Blue) = 173+193+148=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC194 is #523E6B. Grayscale: #B6B6B6. Windows color (decimal): -5389932 or 9748909. OLE color: 9748909.

HSL color Cylindrical-coordinate representation of color #ADC194: hue angle of 86.67º degrees, saturation: 0.27, 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 #ADC194 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB173193148-
CMYK0.1000.230.24
HSL86.67º26.63%66.86%-
HSV(B)86.67º23.32%75.69%-
XYZ41.6549.1635.31-
YUV181.89108.87121.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 193 (75.78% from 255) = 37.55%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=33.66%
G=37.55%
B=28.79%

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
Decimal1731931480.1000.230.2486.6726.6366.86
HexADC194A01718571b43
Octal255301224120273012733103
Binary1010110111000001100101001010010111110001010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC194; }

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

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

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

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

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

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

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

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