#ADC198

Color #ADC198 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ADC198

Tints of Norway #ADC198

Color information

#ADC198 (or 0xADC198) is unknown color: approx 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

RGB173193152-
CMYK0.1000.210.24
HSL89.27º24.85%67.65%-
HSV(B)89.27º21.24%75.69%-
XYZ41.9749.2937.01-
YUV182.35110.87121.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 152 (59.77% from 255) = 29.34%
R=33.40%
G=37.26%
B=29.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931520.1000.210.2489.2724.8567.65
HexADC198A01518591944
Octal255301230120253013131104
Binary1010110111000001100110001010010101110001011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>