Html Css Color HEX #ADC092 Norway

📋 copy color: '#ADC092'

red 173 ◦ green 192 ◦ blue 146

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

Shades of Norway #ADC092

Tints of Norway #ADC092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 33.86%
G = 37.57%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#ADC092 (or 0xADC092) is known color: Norway. HEX triplet: AD, C0 and 92. RGB value is (173,192,146). Sum of RGB (Red+Green+Blue) = 173+192+146=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC092 is #523F6D. Grayscale: #B5B5B5. Windows color (decimal): -5390190 or 9617581. OLE color: 9617581.

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

Color convert

RGB 173 192 146 -
CMYK 0.10 0 0.24 0.25
HSL 84.78º 0.27% 0.66% -
HSV(B) 84.78º 0.24% 0.75% -
XYZ 41.27 48.66 34.41 -
YUV 181.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 173 192 146 0.10 0 0.24 0.25 84.78 0.27 0.66
Hex AD C0 92 A 0 18 19 55 1B 42
Octal 255 300 222 12 0 30 31 125 33 102
Binary 10101101 11000000 10010010 1010 0 11000 11001 1010101 11011 1000010

Color Harmonies of #ADC092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC092

Black with #ADC092

Text Example


Text Example

White with #ADC092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC092; }

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

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

background-color css

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

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

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

border-color css

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

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

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