Html Css Color HEX #ADC196 Norway

📋 copy color: '#ADC196'

red 173 ◦ green 193 ◦ blue 150

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

Shades of Norway #ADC196

Tints of Norway #ADC196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.07%

R = 33.53%
G = 37.4%
B = 29.07%

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

#ADC196 (or 0xADC196) is known color: Norway. HEX triplet: AD, C1 and 96. RGB value is (173,193,150). Sum of RGB (Red+Green+Blue) = 173+193+150=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC196 is #523E69. Grayscale: #B6B6B6. Windows color (decimal): -5389930 or 9879981. OLE color: 9879981.

HSL color Cylindrical-coordinate representation of color #ADC196: hue angle of 87.91º degrees, saturation: 0.26, 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 #ADC196 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 150 -
CMYK 0.10 0 0.22 0.24
HSL 87.91º 0.26% 0.67% -
HSV(B) 87.91º 0.22% 0.76% -
XYZ 41.81 49.23 36.15 -
YUV 182.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 173 193 150 0.10 0 0.22 0.24 87.91 0.26 0.67
Hex AD C1 96 A 0 16 18 58 1A 43
Octal 255 301 226 12 0 26 30 130 32 103
Binary 10101101 11000001 10010110 1010 0 10110 11000 1011000 11010 1000011

Color Harmonies of #ADC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC196

Black with #ADC196

Text Example


Text Example

White with #ADC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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