Html Css Color HEX #ADC095 Norway

📋 copy color: '#ADC095'

red 173 ◦ green 192 ◦ blue 149

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

Shades of Norway #ADC095

Tints of Norway #ADC095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 33.66%
G = 37.35%
B = 28.99%

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

#ADC095 (or 0xADC095) is known color: Norway. HEX triplet: AD, C0 and 95. RGB value is (173,192,149). Sum of RGB (Red+Green+Blue) = 173+192+149=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC095 is #523F6A. Grayscale: #B5B5B5. Windows color (decimal): -5390187 or 9814189. OLE color: 9814189.

HSL color Cylindrical-coordinate representation of color #ADC095: hue angle of 86.51º 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 #ADC095 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 149 -
CMYK 0.10 0 0.22 0.25
HSL 86.51º 0.25% 0.67% -
HSV(B) 86.51º 0.22% 0.75% -
XYZ 41.51 48.75 35.66 -
YUV 181.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 173 192 149 0.10 0 0.22 0.25 86.51 0.25 0.67
Hex AD C0 95 A 0 16 19 57 19 43
Octal 255 300 225 12 0 26 31 127 31 103
Binary 10101101 11000000 10010101 1010 0 10110 11001 1010111 11001 1000011

Color Harmonies of #ADC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC095

Black with #ADC095

Text Example


Text Example

White with #ADC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC095; }

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

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

background-color css

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

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

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

border-color css

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

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

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