Html Css Color HEX #ADC895 Sprout

📋 copy color: '#ADC895'

red 173 ◦ green 200 ◦ blue 149

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

Shades of Sprout #ADC895

Tints of Sprout #ADC895

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 value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#ADC895 (or 0xADC895) is known color: 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

RGB 173 200 149 -
CMYK 0.14 0 0.26 0.22
HSL 91.76º 0.32% 0.68% -
HSV(B) 91.76º 0.26% 0.78% -
XYZ 43.31 52.36 36.26 -
YUV 186.11 107.05 118.65 -
System Red Green Blue C M Y K H S L
Decimal 173 200 149 0.14 0 0.26 0.22 91.76 0.32 0.68
Hex AD C8 95 E 0 1A 16 5C 20 44
Octal 255 310 225 16 0 32 26 134 40 104
Binary 10101101 11001000 10010101 1110 0 11010 10110 1011100 100000 1000100

Color Harmonies of #ADC895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC895

Black with #ADC895

Text Example


Text Example

White with #ADC895

Text Example


Text Example

HTML Codes & Css Web 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>