#ABCB85

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

Shades of Caper #ABCB85

Tints of Caper #ABCB85

Color information

#ABCB85 (or 0xABCB85) is unknown color: approx Caper. HEX triplet: AB, CB and 85. RGB value is (171,203,133). Sum of RGB (Red+Green+Blue) = 171+203+133=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCB85 is #54347A. Grayscale: #B9B9B9. Windows color (decimal): -5518459 or 8768427. OLE color: 8768427.

HSL color Cylindrical-coordinate representation of color #ABCB85: hue angle of 87.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABCB85 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB171203133-
CMYK0.1600.340.20
HSL87.43º40.23%65.88%-
HSV(B)87.43º34.48%79.61%-
XYZ42.3853.0630.2-
YUV185.4598.4117.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=33.73%
G=40.04%
B=26.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031330.1600.340.2087.4340.2365.88
HexABCB851002214572842
Octal253313205200422412750102
Binary1010101111001011100001011000001000101010010101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCB85; }

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

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

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

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

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

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

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

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