#ADC396

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

Shades of Norway #ADC396

Tints of Norway #ADC396

Color information

#ADC396 (or 0xADC396) is unknown color: approx Norway. HEX triplet: AD, C3 and 96. RGB value is (173,195,150). Sum of RGB (Red+Green+Blue) = 173+195+150=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC396 is #523C69. Grayscale: #B7B7B7. Windows color (decimal): -5389418 or 9880493. OLE color: 9880493.

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

Color convert

RGB173195150-
CMYK0.1100.230.24
HSL89.33º27.27%67.65%-
HSV(B)89.33º23.08%76.47%-
XYZ42.2550.1236.3-
YUV183.29109.21120.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 195 (76.56% from 255) = 37.64%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=33.40%
G=37.64%
B=28.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951500.1100.230.2489.3327.2767.65
HexADC396B01718591b44
Octal255303226130273013133104
Binary1010110111000011100101101011010111110001011001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC396; }

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

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

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

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

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

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

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

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