Html Css Color HEX #ADC19B Norway

📋 copy color: '#ADC19B'

red 173 ◦ green 193 ◦ blue 155

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

Shades of Norway #ADC19B

Tints of Norway #ADC19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 33.21%
G = 37.04%
B = 29.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ADC19B (or 0xADC19B) is known color: Norway. HEX triplet: AD, C1 and 9B. RGB value is (173,193,155). Sum of RGB (Red+Green+Blue) = 173+193+155=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC19B is #523E64. Grayscale: #B6B6B6. Windows color (decimal): -5389925 or 10207661. OLE color: 10207661.

HSL color Cylindrical-coordinate representation of color #ADC19B: hue angle of 91.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC19B is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 193 155 -
CMYK 0.10 0 0.20 0.24
HSL 91.58º 0.23% 0.68% -
HSV(B) 91.58º 0.2% 0.76% -
XYZ 42.22 49.39 38.32 -
YUV 182.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 173 193 155 0.10 0 0.20 0.24 91.58 0.23 0.68
Hex AD C1 9B A 0 14 18 5C 17 44
Octal 255 301 233 12 0 24 30 134 27 104
Binary 10101101 11000001 10011011 1010 0 10100 11000 1011100 10111 1000100

Color Harmonies of #ADC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC19B

Black with #ADC19B

Text Example


Text Example

White with #ADC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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