#ADCB94

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

Shades of Sprout #ADCB94

Tints of Sprout #ADCB94

Color information

#ADCB94 (or 0xADCB94) is unknown color: approx Sprout. HEX triplet: AD, CB and 94. RGB value is (173,203,148). Sum of RGB (Red+Green+Blue) = 173+203+148=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCB94 is #52346B. Grayscale: #BBBBBB. Windows color (decimal): -5387372 or 9751469. OLE color: 9751469.

HSL color Cylindrical-coordinate representation of color #ADCB94: hue angle of 92.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADCB94 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB173203148-
CMYK0.1500.270.20
HSL92.73º34.59%68.82%-
HSV(B)92.73º27.09%79.61%-
XYZ43.9353.7336.07-
YUV187.76105.56117.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.02%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=33.02%
G=38.74%
B=28.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031480.1500.270.2092.7334.5968.82
HexADCB94F01B145d2345
Octal255313224170332413543105
Binary10101101110010111001010011110110111010010111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCB94; }

 p { color: rgb(173,203,148); }

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

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

 a { background-color: rgb(173,203,148); }

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

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

 span { border-color: rgb(173,203,148); }

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