Html Css Color HEX #ADC98D Norway

📋 copy color: '#ADC98D'

red 173 ◦ green 201 ◦ blue 141

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

Shades of Norway #ADC98D

Tints of Norway #ADC98D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 33.59%
G = 39.03%
B = 27.38%

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

#ADC98D (or 0xADC98D) is known color: Norway. HEX triplet: AD, C9 and 8D. RGB value is (173,201,141). Sum of RGB (Red+Green+Blue) = 173+201+141=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC98D is #523672. Grayscale: #B9B9B9. Windows color (decimal): -5387891 or 9292205. OLE color: 9292205.

HSL color Cylindrical-coordinate representation of color #ADC98D: hue angle of 88º degrees, saturation: 0.36, 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 #ADC98D is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 141 -
CMYK 0.14 0 0.30 0.21
HSL 88º 0.36% 0.67% -
HSV(B) 88º 0.3% 0.79% -
XYZ 42.93 52.58 33.09 -
YUV 185.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 173 201 141 0.14 0 0.30 0.21 88 0.36 0.67
Hex AD C9 8D E 0 1E 15 58 24 43
Octal 255 311 215 16 0 36 25 130 44 103
Binary 10101101 11001001 10001101 1110 0 11110 10101 1011000 100100 1000011

Color Harmonies of #ADC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC98D

Black with #ADC98D

Text Example


Text Example

White with #ADC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC98D; }

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

 H1.HeaderClassName
 {
   color: #ADC98D;
 }
 .AnyTagClassName
 {
   color: #ADC98D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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