#ADC898

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

Shades of Sprout #ADC898

Tints of Sprout #ADC898

Color information

#ADC898 (or 0xADC898) is unknown color: approx Sprout. HEX triplet: AD, C8 and 98. RGB value is (173,200,152). Sum of RGB (Red+Green+Blue) = 173+200+152=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC898 is #523767. Grayscale: #BABABA. Windows color (decimal): -5388136 or 10012845. OLE color: 10012845.

HSL color Cylindrical-coordinate representation of color #ADC898: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADC898 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB173200152-
CMYK0.1400.240.22
HSL93.75º30.38%69.02%-
HSV(B)93.75º24%78.43%-
XYZ43.5652.4637.54-
YUV186.46108.55118.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=32.95%
G=38.10%
B=28.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001520.1400.240.2293.7530.3869.02
HexADC898E018165e1e45
Octal255310230160302613636105
Binary1010110111001000100110001110011000101101011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC898; }

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

 H1.HeaderClassName
 {
   color: #ADC898;
 }
 .AnyTagClassName
 {
   color: #ADC898;
 }
</style>
background-color css

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

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

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

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

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

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