#ABCBA2

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

Shades of Spring Rain #ABCBA2

Tints of Spring Rain #ABCBA2

Color information

#ABCBA2 (or 0xABCBA2) is unknown color: approx Spring Rain. HEX triplet: AB, CB and A2. RGB value is (171,203,162). Sum of RGB (Red+Green+Blue) = 171+203+162=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA2 is #54345D. Grayscale: #BCBCBC. Windows color (decimal): -5518430 or 10668971. OLE color: 10668971.

HSL color Cylindrical-coordinate representation of color #ABCBA2: hue angle of 106.83º 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 #ABCBA2 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB171203162-
CMYK0.1600.200.20
HSL106.83º28.28%71.57%-
HSV(B)106.83º20.2%79.61%-
XYZ44.6753.9842.25-
YUV188.76112.9115.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 162 (63.67% from 255) = 30.22%
R=31.90%
G=37.87%
B=30.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031620.1600.200.20106.8328.2871.57
HexABCBA210014146b1c48
Octal253313242200242415334110
Binary10101011110010111010001010000010100101001101011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBA2; }

 p { color: rgb(171,203,162); }

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

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

 a { background-color: rgb(171,203,162); }

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

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

 span { border-color: rgb(171,203,162); }

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