Html Css Color HEX #ADC49B Sprout

📋 copy color: '#ADC49B'

red 173 ◦ green 196 ◦ blue 155

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

Shades of Sprout #ADC49B

Tints of Sprout #ADC49B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 33.02%
G = 37.4%
B = 29.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#ADC49B (or 0xADC49B) is known color: Sprout. HEX triplet: AD, C4 and 9B. RGB value is (173,196,155). Sum of RGB (Red+Green+Blue) = 173+196+155=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC49B is #523B64. Grayscale: #B8B8B8. Windows color (decimal): -5389157 or 10208429. OLE color: 10208429.

HSL color Cylindrical-coordinate representation of color #ADC49B: hue angle of 93.66º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC49B is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 155 -
CMYK 0.12 0 0.21 0.23
HSL 93.66º 0.26% 0.69% -
HSV(B) 93.66º 0.21% 0.77% -
XYZ 42.89 50.73 38.54 -
YUV 184.45 111.38 119.83 -
System Red Green Blue C M Y K H S L
Decimal 173 196 155 0.12 0 0.21 0.23 93.66 0.26 0.69
Hex AD C4 9B C 0 15 17 5E 1A 45
Octal 255 304 233 14 0 25 27 136 32 105
Binary 10101101 11000100 10011011 1100 0 10101 10111 1011110 11010 1000101

Color Harmonies of #ADC49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC49B

Black with #ADC49B

Text Example


Text Example

White with #ADC49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC49B; }

 p { color: rgb(173,196,155); }

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

background-color css

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

 a { background-color: rgb(173,196,155); }

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

border-color css

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

 span { border-color: rgb(173,196,155); }

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