#ABC8A5

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

Shades of Rainee #ABC8A5

Tints of Rainee #ABC8A5

Color information

#ABC8A5 (or 0xABC8A5) is unknown color: approx Rainee. HEX triplet: AB, C8 and A5. RGB value is (171,200,165). Sum of RGB (Red+Green+Blue) = 171+200+165=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8A5 is #54375A. Grayscale: #BBBBBB. Windows color (decimal): -5519195 or 10864811. OLE color: 10864811.

HSL color Cylindrical-coordinate representation of color #ABC8A5: hue angle of 109.71º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABC8A5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB171200165-
CMYK0.1400.180.22
HSL109.71º24.14%71.57%-
HSV(B)109.71º17.5%78.43%-
XYZ44.2452.6843.43-
YUV187.34115.39116.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.90%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=31.90%
G=37.31%
B=30.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001650.1400.180.22109.7124.1471.57
HexABC8A5E012166e1848
Octal253310245160222615630110
Binary1010101111001000101001011110010010101101101110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8A5; }

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

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

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

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

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

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

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

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