Html Css Color HEX #ADC791 Norway

📋 copy color: '#ADC791'

red 173 ◦ green 199 ◦ blue 145

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

Shades of Norway #ADC791

Tints of Norway #ADC791

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.49%

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

R = 33.46%
G = 38.49%
B = 28.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#ADC791 (or 0xADC791) is known color: Norway. HEX triplet: AD, C7 and 91. RGB value is (173,199,145). Sum of RGB (Red+Green+Blue) = 173+199+145=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC791 is #52386E. Grayscale: #B9B9B9. Windows color (decimal): -5388399 or 9553837. OLE color: 9553837.

HSL color Cylindrical-coordinate representation of color #ADC791: hue angle of 88.89º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADC791 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 145 -
CMYK 0.13 0 0.27 0.22
HSL 88.89º 0.33% 0.67% -
HSV(B) 88.89º 0.27% 0.78% -
XYZ 42.77 51.78 34.53 -
YUV 185.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 173 199 145 0.13 0 0.27 0.22 88.89 0.33 0.67
Hex AD C7 91 D 0 1B 16 59 21 43
Octal 255 307 221 15 0 33 26 131 41 103
Binary 10101101 11000111 10010001 1101 0 11011 10110 1011001 100001 1000011

Color Harmonies of #ADC791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC791

Black with #ADC791

Text Example


Text Example

White with #ADC791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC791; }

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

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

background-color css

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

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

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

border-color css

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

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

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