#ABCA9B

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

Shades of Spring Rain #ABCA9B

Tints of Spring Rain #ABCA9B

Color information

#ABCA9B (or 0xABCA9B) is unknown color: approx Spring Rain. HEX triplet: AB, CA and 9B. RGB value is (171,202,155). Sum of RGB (Red+Green+Blue) = 171+202+155=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA9B is #543564. Grayscale: #BBBBBB. Windows color (decimal): -5518693 or 10209963. OLE color: 10209963.

HSL color Cylindrical-coordinate representation of color #ABCA9B: hue angle of 99.57º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABCA9B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB171202155-
CMYK0.1500.230.21
HSL99.57º30.72%70%-
HSV(B)99.57º23.27%79.22%-
XYZ43.8353.2738.98-
YUV187.37109.73116.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 202 (79.30% from 255) = 38.26%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=32.39%
G=38.26%
B=29.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021550.1500.230.2199.5730.7270
HexABCA9BF01715641f46
Octal253312233170272514437106
Binary1010101111001010100110111111010111101011100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA9B; }

 p { color: rgb(171,202,155); }

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

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

 a { background-color: rgb(171,202,155); }

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

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

 span { border-color: rgb(171,202,155); }

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