#ABCA85

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

Shades of Caper #ABCA85

Tints of Caper #ABCA85

Color information

#ABCA85 (or 0xABCA85) is unknown color: approx Caper. HEX triplet: AB, CA and 85. RGB value is (171,202,133). Sum of RGB (Red+Green+Blue) = 171+202+133=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA85 is #54357A. Grayscale: #B9B9B9. Windows color (decimal): -5518715 or 8768171. OLE color: 8768171.

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

Color convert

RGB171202133-
CMYK0.1500.340.21
HSL86.96º39.43%65.69%-
HSV(B)86.96º34.16%79.22%-
XYZ42.1552.5930.12-
YUV184.8698.73118.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=33.79%
G=39.92%
B=26.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021330.1500.340.2186.9639.4365.69
HexABCA85F02215572742
Octal253312205170422512747102
Binary101010111100101010000101111101000101010110101111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA85; }

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

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

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

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

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

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

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

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