#ABC5A7

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

Shades of Rainee #ABC5A7

Tints of Rainee #ABC5A7

Color information

#ABC5A7 (or 0xABC5A7) is unknown color: approx Rainee. HEX triplet: AB, C5 and A7. RGB value is (171,197,167). Sum of RGB (Red+Green+Blue) = 171+197+167=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5A7 is #543A58. Grayscale: #B9B9B9. Windows color (decimal): -5519961 or 10995115. OLE color: 10995115.

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

Color convert

RGB171197167-
CMYK0.1300.150.23
HSL112º20.55%71.37%-
HSV(B)112º15.23%77.25%-
XYZ43.7451.3844.17-
YUV185.81117.39117.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=31.96%
G=36.82%
B=31.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971670.1300.150.2311220.5571.37
HexABC5A7D0F17701547
Octal253305247150172716025107
Binary101010111100010110100111110101111101111110000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5A7; }

 p { color: rgb(171,197,167); }

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

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

 a { background-color: rgb(171,197,167); }

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

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

 span { border-color: rgb(171,197,167); }

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