Html Css Color HEX #ADC198 Norway

📋 copy color: '#ADC198'

red 173 ◦ green 193 ◦ blue 152

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

Shades of Norway #ADC198

Tints of Norway #ADC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.26%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 33.4%
G = 37.26%
B = 29.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#ADC198 (or 0xADC198) is known color: Norway. HEX triplet: AD, C1 and 98. RGB value is (173,193,152). Sum of RGB (Red+Green+Blue) = 173+193+152=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC198 is #523E67. Grayscale: #B6B6B6. Windows color (decimal): -5389928 or 10011053. OLE color: 10011053.

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

Color convert

RGB 173 193 152 -
CMYK 0.10 0 0.21 0.24
HSL 89.27º 0.25% 0.68% -
HSV(B) 89.27º 0.21% 0.76% -
XYZ 41.97 49.29 37.01 -
YUV 182.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 173 193 152 0.10 0 0.21 0.24 89.27 0.25 0.68
Hex AD C1 98 A 0 15 18 59 19 44
Octal 255 301 230 12 0 25 30 131 31 104
Binary 10101101 11000001 10011000 1010 0 10101 11000 1011001 11001 1000100

Color Harmonies of #ADC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC198

Black with #ADC198

Text Example


Text Example

White with #ADC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC198; }

 p { color: rgb(173,193,152); }

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

background-color css

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

 a { background-color: rgb(173,193,152); }

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

border-color css

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

 span { border-color: rgb(173,193,152); }

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