#ABBDA5

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

Shades of Spring Rain #ABBDA5

Tints of Spring Rain #ABBDA5

Color information

#ABBDA5 (or 0xABBDA5) is unknown color: approx Spring Rain. HEX triplet: AB, BD and A5. RGB value is (171,189,165). Sum of RGB (Red+Green+Blue) = 171+189+165=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA5 is #54425A. Grayscale: #B4B4B4. Windows color (decimal): -5522011 or 10861995. OLE color: 10861995.

HSL color Cylindrical-coordinate representation of color #ABBDA5: hue angle of 105º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABBDA5 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB171189165-
CMYK0.1000.130.26
HSL105º15.38%69.41%-
HSV(B)105º12.7%74.12%-
XYZ41.7847.7742.62-
YUV180.88119.04120.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=32.57%
G=36%
B=31.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891650.1000.130.2610515.3869.41
HexABBDA5A0D1A69f45
Octal253275245120153215117105
Binary10101011101111011010010110100110111010110100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDA5; }

 p { color: rgb(171,189,165); }

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

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

 a { background-color: rgb(171,189,165); }

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

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

 span { border-color: rgb(171,189,165); }

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