Html Css Color HEX #ADC29B Sprout

📋 copy color: '#ADC29B'

red 173 ◦ green 194 ◦ blue 155

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

Shades of Sprout #ADC29B

Tints of Sprout #ADC29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 33.14%
G = 37.16%
B = 29.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#ADC29B (or 0xADC29B) is known color: Sprout. HEX triplet: AD, C2 and 9B. RGB value is (173,194,155). Sum of RGB (Red+Green+Blue) = 173+194+155=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC29B is #523D64. Grayscale: #B7B7B7. Windows color (decimal): -5389669 or 10207917. OLE color: 10207917.

HSL color Cylindrical-coordinate representation of color #ADC29B: hue angle of 92.31º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADC29B is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 155 -
CMYK 0.11 0 0.20 0.24
HSL 92.31º 0.24% 0.68% -
HSV(B) 92.31º 0.2% 0.76% -
XYZ 42.44 49.83 38.39 -
YUV 183.28 112.04 120.67 -
System Red Green Blue C M Y K H S L
Decimal 173 194 155 0.11 0 0.20 0.24 92.31 0.24 0.68
Hex AD C2 9B B 0 14 18 5C 18 44
Octal 255 302 233 13 0 24 30 134 30 104
Binary 10101101 11000010 10011011 1011 0 10100 11000 1011100 11000 1000100

Color Harmonies of #ADC29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC29B

Black with #ADC29B

Text Example


Text Example

White with #ADC29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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