Html Css Color HEX #ADC197 Norway

📋 copy color: '#ADC197'

red 173 ◦ green 193 ◦ blue 151

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

Shades of Norway #ADC197

Tints of Norway #ADC197

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.33%

 BLUE value IS 151 (59.38% from 255) = 29.21%

R = 33.46%
G = 37.33%
B = 29.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#ADC197 (or 0xADC197) is known color: Norway. HEX triplet: AD, C1 and 97. RGB value is (173,193,151). Sum of RGB (Red+Green+Blue) = 173+193+151=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC197 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC197 is #523E68. Grayscale: #B6B6B6. Windows color (decimal): -5389929 or 9945517. OLE color: 9945517.

HSL color Cylindrical-coordinate representation of color #ADC197: hue angle of 88.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC197 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 151 -
CMYK 0.10 0 0.22 0.24
HSL 88.57º 0.25% 0.67% -
HSV(B) 88.57º 0.22% 0.76% -
XYZ 41.89 49.26 36.58 -
YUV 182.23 110.37 121.42 -
System Red Green Blue C M Y K H S L
Decimal 173 193 151 0.10 0 0.22 0.24 88.57 0.25 0.67
Hex AD C1 97 A 0 16 18 59 19 43
Octal 255 301 227 12 0 26 30 131 31 103
Binary 10101101 11000001 10010111 1010 0 10110 11000 1011001 11001 1000011

Color Harmonies of #ADC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC197

Black with #ADC197

Text Example


Text Example

White with #ADC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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