Html Css Color HEX #ADC391 Norway

📋 copy color: '#ADC391'

red 173 ◦ green 195 ◦ blue 145

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

Shades of Norway #ADC391

Tints of Norway #ADC391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

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

R = 33.72%
G = 38.01%
B = 28.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#ADC391 (or 0xADC391) is known color: Norway. HEX triplet: AD, C3 and 91. RGB value is (173,195,145). Sum of RGB (Red+Green+Blue) = 173+195+145=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC391 is #523C6E. Grayscale: #B6B6B6. Windows color (decimal): -5389423 or 9552813. OLE color: 9552813.

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

Color convert

RGB 173 195 145 -
CMYK 0.11 0 0.26 0.24
HSL 86.4º 0.29% 0.67% -
HSV(B) 86.4º 0.26% 0.76% -
XYZ 41.86 49.96 34.22 -
YUV 182.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 173 195 145 0.11 0 0.26 0.24 86.4 0.29 0.67
Hex AD C3 91 B 0 1A 18 56 1D 43
Octal 255 303 221 13 0 32 30 126 35 103
Binary 10101101 11000011 10010001 1011 0 11010 11000 1010110 11101 1000011

Color Harmonies of #ADC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC391

Black with #ADC391

Text Example


Text Example

White with #ADC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC391; }

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

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

background-color css

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

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

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

border-color css

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

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

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