#ADCBA3

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

Shades of Spring Rain #ADCBA3

Tints of Spring Rain #ADCBA3

Color information

#ADCBA3 (or 0xADCBA3) is unknown color: approx Spring Rain. HEX triplet: AD, CB and A3. RGB value is (173,203,163). Sum of RGB (Red+Green+Blue) = 173+203+163=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 163 (64.06% from 255 or 30.24% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA3 is #52345C. Grayscale: #BDBDBD. Windows color (decimal): -5387357 or 10734509. OLE color: 10734509.

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

Color convert

RGB173203163-
CMYK0.1500.200.20
HSL105º27.78%71.76%-
HSV(B)105º19.7%79.61%-
XYZ45.254.2442.74-
YUV189.47113.06116.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 163 (64.06% from 255) = 30.24%
R=32.10%
G=37.66%
B=30.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031630.1500.200.2010527.7871.76
HexADCBA3F01414691c48
Octal255313243170242415134110
Binary1010110111001011101000111111010100101001101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBA3; }

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

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

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

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

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

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

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

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