#ADCBA4

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

Shades of Spring Rain #ADCBA4

Tints of Spring Rain #ADCBA4

Color information

#ADCBA4 (or 0xADCBA4) is unknown color: approx Spring Rain. HEX triplet: AD, CB and A4. RGB value is (173,203,164). Sum of RGB (Red+Green+Blue) = 173+203+164=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA4 is #52345B. Grayscale: #BDBDBD. Windows color (decimal): -5387356 or 10800045. OLE color: 10800045.

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

Color convert

RGB173203164-
CMYK0.1500.190.20
HSL106.15º27.27%71.96%-
HSV(B)106.15º19.21%79.61%-
XYZ45.2954.2843.21-
YUV189.58113.56116.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.04%
GREEN value IS 203 (79.69% from 255) = 37.59%
BLUE value IS 164 (64.45% from 255) = 30.37%
R=32.04%
G=37.59%
B=30.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031640.1500.190.20106.1527.2771.96
HexADCBA4F013146a1b48
Octal255313244170232415233110
Binary1010110111001011101001001111010011101001101010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBA4; }

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

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

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

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

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

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

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

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