Html Css Color HEX #ADC695 Sprout

📋 copy color: '#ADC695'

red 173 ◦ green 198 ◦ blue 149

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

Shades of Sprout #ADC695

Tints of Sprout #ADC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 33.27%
G = 38.08%
B = 28.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#ADC695 (or 0xADC695) is known color: Sprout. HEX triplet: AD, C6 and 95. RGB value is (173,198,149). Sum of RGB (Red+Green+Blue) = 173+198+149=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC695 is #52396A. Grayscale: #B9B9B9. Windows color (decimal): -5388651 or 9815725. OLE color: 9815725.

HSL color Cylindrical-coordinate representation of color #ADC695: hue angle of 90.61º degrees, saturation: 0.3, 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 #ADC695 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 198 149 -
CMYK 0.13 0 0.25 0.22
HSL 90.61º 0.3% 0.68% -
HSV(B) 90.61º 0.25% 0.78% -
XYZ 42.85 51.44 36.1 -
YUV 184.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 173 198 149 0.13 0 0.25 0.22 90.61 0.3 0.68
Hex AD C6 95 D 0 19 16 5B 1E 44
Octal 255 306 225 15 0 31 26 133 36 104
Binary 10101101 11000110 10010101 1101 0 11001 10110 1011011 11110 1000100

Color Harmonies of #ADC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC695

Black with #ADC695

Text Example


Text Example

White with #ADC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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