#ABC171

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

Shades of Caper #ABC171

Tints of Caper #ABC171

Color information

#ABC171 (or 0xABC171) is unknown color: approx Caper. HEX triplet: AB, C1 and 71. RGB value is (171,193,113). Sum of RGB (Red+Green+Blue) = 171+193+113=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 193 (75.78% from 255 or 40.46% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC171 is #543E8E. Grayscale: #B1B1B1. Windows color (decimal): -5521039 or 7455147. OLE color: 7455147.

HSL color Cylindrical-coordinate representation of color #ABC171: hue angle of 76.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC171 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB171193113-
CMYK0.1100.410.24
HSL76.5º39.22%60%-
HSV(B)76.5º41.45%75.69%-
XYZ38.8547.9922.84-
YUV177.391.71123.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 193 (75.78% from 255) = 40.46%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=35.85%
G=40.46%
B=23.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931130.1100.410.2476.539.2260
HexABC171B029184c273c
Octal25330116113051301144774
Binary1010101111000001111000110110101001110001001100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC171; }

 p { color: rgb(171,193,113); }

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

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

 a { background-color: rgb(171,193,113); }

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

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

 span { border-color: rgb(171,193,113); }

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