Html Css Color HEX #ADC096 Norway

📋 copy color: '#ADC096'

red 173 ◦ green 192 ◦ blue 150

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

Shades of Norway #ADC096

Tints of Norway #ADC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.28%

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 33.59%
G = 37.28%
B = 29.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#ADC096 (or 0xADC096) is known color: Norway. HEX triplet: AD, C0 and 96. RGB value is (173,192,150). Sum of RGB (Red+Green+Blue) = 173+192+150=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC096 is #523F69. Grayscale: #B5B5B5. Windows color (decimal): -5390186 or 9879725. OLE color: 9879725.

HSL color Cylindrical-coordinate representation of color #ADC096: hue angle of 87.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC096 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 150 -
CMYK 0.10 0 0.22 0.25
HSL 87.14º 0.25% 0.67% -
HSV(B) 87.14º 0.22% 0.75% -
XYZ 41.59 48.79 36.08 -
YUV 181.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 173 192 150 0.10 0 0.22 0.25 87.14 0.25 0.67
Hex AD C0 96 A 0 16 19 57 19 43
Octal 255 300 226 12 0 26 31 127 31 103
Binary 10101101 11000000 10010110 1010 0 10110 11001 1010111 11001 1000011

Color Harmonies of #ADC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC096

Black with #ADC096

Text Example


Text Example

White with #ADC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC096; }

 p { color: rgb(173,192,150); }

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

background-color css

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

 a { background-color: rgb(173,192,150); }

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

border-color css

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

 span { border-color: rgb(173,192,150); }

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