Html Css Color HEX #ADC191 Norway

📋 copy color: '#ADC191'

red 173 ◦ green 193 ◦ blue 145

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

Shades of Norway #ADC191

Tints of Norway #ADC191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.38%

R = 33.86%
G = 37.77%
B = 28.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#ADC191 (or 0xADC191) is known color: Norway. HEX triplet: AD, C1 and 91. RGB value is (173,193,145). Sum of RGB (Red+Green+Blue) = 173+193+145=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC191 is #523E6E. Grayscale: #B5B5B5. Windows color (decimal): -5389935 or 9552301. OLE color: 9552301.

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

Color convert

RGB 173 193 145 -
CMYK 0.10 0 0.25 0.24
HSL 85º 0.28% 0.66% -
HSV(B) 85º 0.25% 0.76% -
XYZ 41.41 49.07 34.08 -
YUV 181.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 173 193 145 0.10 0 0.25 0.24 85 0.28 0.66
Hex AD C1 91 A 0 19 18 55 1C 42
Octal 255 301 221 12 0 31 30 125 34 102
Binary 10101101 11000001 10010001 1010 0 11001 11000 1010101 11100 1000010

Color Harmonies of #ADC191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC191

Black with #ADC191

Text Example


Text Example

White with #ADC191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC191; }

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

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

background-color css

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

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

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

border-color css

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

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

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