Html Css Color HEX #ADC691 Norway

📋 copy color: '#ADC691'

red 173 ◦ green 198 ◦ blue 145

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

Shades of Norway #ADC691

Tints of Norway #ADC691

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.37%

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

R = 33.53%
G = 38.37%
B = 28.1%

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

#ADC691 (or 0xADC691) is known color: Norway. HEX triplet: AD, C6 and 91. RGB value is (173,198,145). Sum of RGB (Red+Green+Blue) = 173+198+145=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC691 is #52396E. Grayscale: #B8B8B8. Windows color (decimal): -5388655 or 9553581. OLE color: 9553581.

HSL color Cylindrical-coordinate representation of color #ADC691: hue angle of 88.3º degrees, saturation: 0.32, 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 #ADC691 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 145 -
CMYK 0.13 0 0.27 0.22
HSL 88.3º 0.32% 0.67% -
HSV(B) 88.3º 0.27% 0.78% -
XYZ 42.54 51.32 34.45 -
YUV 184.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 173 198 145 0.13 0 0.27 0.22 88.3 0.32 0.67
Hex AD C6 91 D 0 1B 16 58 20 43
Octal 255 306 221 15 0 33 26 130 40 103
Binary 10101101 11000110 10010001 1101 0 11011 10110 1011000 100000 1000011

Color Harmonies of #ADC691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC691

Black with #ADC691

Text Example


Text Example

White with #ADC691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC691; }

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

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

background-color css

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

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

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

border-color css

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

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

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