#ADCA95

Color #ADCA95 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #ADCA95

Tints of Sprout #ADCA95

Color information

#ADCA95 (or 0xADCA95) is unknown color: approx Sprout. HEX triplet: AD, CA and 95. RGB value is (173,202,149). Sum of RGB (Red+Green+Blue) = 173+202+149=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCA95 is #52356A. Grayscale: #BBBBBB. Windows color (decimal): -5387627 or 9816749. OLE color: 9816749.

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

Color convert

RGB173202149-
CMYK0.1400.260.21
HSL92.83º33.33%68.82%-
HSV(B)92.83º26.24%79.22%-
XYZ43.7853.336.41-
YUV187.29106.39117.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=33.02%
G=38.55%
B=28.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021490.1400.260.2192.8333.3368.82
HexADCA95E01A155d2145
Octal255312225160322513541105
Binary10101101110010101001010111100110101010110111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA95; }

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

 H1.HeaderClassName
 {
   color: #ADCA95;
 }
 .AnyTagClassName
 {
   color: #ADCA95;
 }
</style>
background-color css

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

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

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

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

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

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