Html Css Color HEX #ADC896 Sprout

📋 copy color: '#ADC896'

red 173 ◦ green 200 ◦ blue 150

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

Shades of Sprout #ADC896

Tints of Sprout #ADC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 150 (58.98% from 255) = 28.68%

R = 33.08%
G = 38.24%
B = 28.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#ADC896 (or 0xADC896) is known color: Sprout. HEX triplet: AD, C8 and 96. RGB value is (173,200,150). Sum of RGB (Red+Green+Blue) = 173+200+150=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC896 is #523769. Grayscale: #BABABA. Windows color (decimal): -5388138 or 9881773. OLE color: 9881773.

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

Color convert

RGB 173 200 150 -
CMYK 0.14 0 0.25 0.22
HSL 92.4º 0.31% 0.69% -
HSV(B) 92.4º 0.25% 0.78% -
XYZ 43.39 52.39 36.68 -
YUV 186.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 173 200 150 0.14 0 0.25 0.22 92.4 0.31 0.69
Hex AD C8 96 E 0 19 16 5C 1F 45
Octal 255 310 226 16 0 31 26 134 37 105
Binary 10101101 11001000 10010110 1110 0 11001 10110 1011100 11111 1000101

Color Harmonies of #ADC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC896

Black with #ADC896

Text Example


Text Example

White with #ADC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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