Html Css Color HEX #ADCA8D Norway

📋 copy color: '#ADCA8D'

red 173 ◦ green 202 ◦ blue 141

#ADCA8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #ADCA8D

Tints of Norway #ADCA8D

RGB

 RED value IS 173 (67.97% from 255) = 33.53%

 GREEN value IS 202 (79.3% 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 value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#ADCA8D (or 0xADCA8D) is known color: 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

RGB 173 202 141 -
CMYK 0.14 0 0.30 0.21
HSL 88.52º 0.37% 0.67% -
HSV(B) 88.52º 0.3% 0.79% -
XYZ 43.16 53.05 33.16 -
YUV 186.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 173 202 141 0.14 0 0.30 0.21 88.52 0.37 0.67
Hex AD CA 8D E 0 1E 15 59 25 43
Octal 255 312 215 16 0 36 25 131 45 103
Binary 10101101 11001010 10001101 1110 0 11110 10101 1011001 100101 1000011

Color Harmonies of #ADCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCA8D

Black with #ADCA8D

Text Example


Text Example

White with #ADCA8D

Text Example


Text Example

HTML Codes & Css Web 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>