#ABCC7A

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

Shades of Caper #ABCC7A

Tints of Caper #ABCC7A

Color information

#ABCC7A (or 0xABCC7A) is unknown color: approx Caper. HEX triplet: AB, CC and 7A. RGB value is (171,204,122). Sum of RGB (Red+Green+Blue) = 171+204+122=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC7A is #543385. Grayscale: #B9B9B9. Windows color (decimal): -5518214 or 8047787. OLE color: 8047787.

HSL color Cylindrical-coordinate representation of color #ABCC7A: hue angle of 84.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCC7A is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB171204122-
CMYK0.1600.400.2
HSL84.15º44.57%63.92%-
HSV(B)84.15º40.2%80%-
XYZ41.953.2526.48-
YUV184.7892.57118.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 204 (80.08% from 255) = 41.05%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=34.41%
G=41.05%
B=24.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1712041220.1600.400.284.1544.5763.92
HexABCC7A1002814542d40
Octal253314172200502412455100
Binary101010111100110011110101000001010001010010101001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC7A; }

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

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

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

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

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

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

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

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