#ADCD9B

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

Shades of Spring Rain #ADCD9B

Tints of Spring Rain #ADCD9B

Color information

#ADCD9B (or 0xADCD9B) is unknown color: approx Spring Rain. HEX triplet: AD, CD and 9B. RGB value is (173,205,155). Sum of RGB (Red+Green+Blue) = 173+205+155=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCD9B is #523264. Grayscale: #BDBDBD. Windows color (decimal): -5386853 or 10210733. OLE color: 10210733.

HSL color Cylindrical-coordinate representation of color #ADCD9B: hue angle of 98.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADCD9B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB173205155-
CMYK0.1600.240.20
HSL98.4º33.33%70.59%-
HSV(B)98.4º24.39%80.39%-
XYZ44.9854.9139.24-
YUV189.73108.4116.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 205 (80.47% from 255) = 38.46%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=32.46%
G=38.46%
B=29.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051550.1600.240.2098.433.3370.59
HexADCD9B1001814622147
Octal255315233200302414241107
Binary101011011100110110011011100000110001010011000101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCD9B; }

 p { color: rgb(173,205,155); }

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

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

 a { background-color: rgb(173,205,155); }

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

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

 span { border-color: rgb(173,205,155); }

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