#ABC17A

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

Shades of Caper #ABC17A

Tints of Caper #ABC17A

Color information

#ABC17A (or 0xABC17A) is unknown color: approx Caper. HEX triplet: AB, C1 and 7A. RGB value is (171,193,122). Sum of RGB (Red+Green+Blue) = 171+193+122=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC17A is #543E85. Grayscale: #B2B2B2. Windows color (decimal): -5521030 or 8044971. OLE color: 8044971.

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

Color convert

RGB171193122-
CMYK0.1100.370.24
HSL78.59º36.41%61.76%-
HSV(B)78.59º36.79%75.69%-
XYZ39.3848.225.64-
YUV178.3396.21122.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 122 (48.05% from 255) = 25.10%
R=35.19%
G=39.71%
B=25.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931220.1100.370.2478.5936.4161.76
HexABC17AB025184f243e
Octal25330117213045301174476
Binary1010101111000001111101010110100101110001001111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC17A; }

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

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

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

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

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

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

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

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