#ADCA8D

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

Shades of Norway #ADCA8D

Tints of Norway #ADCA8D

Color information

#ADCA8D (or 0xADCA8D) is unknown color: approx Norway. HEX triplet: AD, CA and 8D. RGB value is (173,202,141). Sum of RGB (Red+Green+Blue) = 173+202+141=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA8D is #523572. Grayscale: #BABABA. Windows color (decimal): -5387635 or 9292461. OLE color: 9292461.

HSL color Cylindrical-coordinate representation of color #ADCA8D: hue angle of 88.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCA8D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB173202141-
CMYK0.1400.300.21
HSL88.52º36.53%67.25%-
HSV(B)88.52º30.2%79.22%-
XYZ43.1653.0533.16-
YUV186.38102.39118.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=33.53%
G=39.15%
B=27.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021410.1400.300.2188.5236.5367.25
HexADCA8DE01E15592543
Octal255312215160362513145103
Binary10101101110010101000110111100111101010110110011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA8D; }

 p { color: rgb(173,202,141); }

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

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

 a { background-color: rgb(173,202,141); }

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

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

 span { border-color: rgb(173,202,141); }

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