#ADC895

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

Shades of Sprout #ADC895

Tints of Sprout #ADC895

Color information

#ADC895 (or 0xADC895) is unknown color: approx Sprout. HEX triplet: AD, C8 and 95. RGB value is (173,200,149). Sum of RGB (Red+Green+Blue) = 173+200+149=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC895 is #52376A. Grayscale: #BABABA. Windows color (decimal): -5388139 or 9816237. OLE color: 9816237.

HSL color Cylindrical-coordinate representation of color #ADC895: hue angle of 91.76º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADC895 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB173200149-
CMYK0.1400.260.22
HSL91.76º31.68%68.43%-
HSV(B)91.76º25.5%78.43%-
XYZ43.3152.3636.26-
YUV186.11107.05118.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 200 (78.52% from 255) = 38.31%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=33.14%
G=38.31%
B=28.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001490.1400.260.2291.7631.6868.43
HexADC895E01A165c2044
Octal255310225160322613440104
Binary10101101110010001001010111100110101011010111001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC895; }

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

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

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

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

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

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

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

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