#ADBEA4

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

Shades of Spring Rain #ADBEA4

Tints of Spring Rain #ADBEA4

Color information

#ADBEA4 (or 0xADBEA4) is unknown color: approx Spring Rain. HEX triplet: AD, BE and A4. RGB value is (173,190,164). Sum of RGB (Red+Green+Blue) = 173+190+164=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEA4 is #52415B. Grayscale: #B6B6B6. Windows color (decimal): -5390684 or 10796717. OLE color: 10796717.

HSL color Cylindrical-coordinate representation of color #ADBEA4: hue angle of 99.23º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBEA4 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB173190164-
CMYK0.0900.140.25
HSL99.23º16.67%69.41%-
HSV(B)99.23º13.68%74.51%-
XYZ42.3548.3942.23-
YUV181.95117.87121.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.83%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=32.83%
G=36.05%
B=31.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901640.0900.140.2599.2316.6769.41
HexADBEA490E19631145
Octal255276244110163114321105
Binary101011011011111010100100100101110110011100011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEA4; }

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

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

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

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

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

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

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

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