Html Css Color HEX #ADC192 Norway

📋 copy color: '#ADC192'

red 173 ◦ green 193 ◦ blue 146

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

Shades of Norway #ADC192

Tints of Norway #ADC192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.52%

R = 33.79%
G = 37.7%
B = 28.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#ADC192 (or 0xADC192) is known color: Norway. HEX triplet: AD, C1 and 92. RGB value is (173,193,146). Sum of RGB (Red+Green+Blue) = 173+193+146=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC192 is #523E6D. Grayscale: #B5B5B5. Windows color (decimal): -5389934 or 9617837. OLE color: 9617837.

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

Color convert

RGB 173 193 146 -
CMYK 0.10 0 0.24 0.24
HSL 85.53º 0.27% 0.66% -
HSV(B) 85.53º 0.24% 0.76% -
XYZ 41.49 49.1 34.48 -
YUV 181.66 107.87 121.82 -
System Red Green Blue C M Y K H S L
Decimal 173 193 146 0.10 0 0.24 0.24 85.53 0.27 0.66
Hex AD C1 92 A 0 18 18 56 1B 42
Octal 255 301 222 12 0 30 30 126 33 102
Binary 10101101 11000001 10010010 1010 0 11000 11000 1010110 11011 1000010

Color Harmonies of #ADC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC192

Black with #ADC192

Text Example


Text Example

White with #ADC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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